Home
last modified time | relevance | path

Searched defs:Cfg (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/rust/cxx/gen/build/src/
Dcfg.rs6 pub struct Cfg<'a> { struct
8 pub include_prefix: &'a str,
10 pub exported_header_dirs: Vec<&'a Path>,
12 pub exported_header_prefixes: Vec<&'a str>,
14 pub exported_header_links: Vec<&'a str>,
16 pub doxygen: bool,
17 marker: PhantomData<*const ()>, // !Send + !Sync
318 impl<'a> Debug for Cfg<'a> { implementation
402 impl<'a> Cfg<'a> { impl
421 Handle(<*const Cfg>::cast(self)) in handle() constant
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Ddriver.rs37 pub(crate) struct Cfg { struct
47 pub(crate) fn new(cfg: Cfg) -> io::Result<(Self, Handle)> { in new() argument
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstrumentation.h56 virtual bool isInstrumentable(Cfg *) { return true; } in isInstrumentable() argument
79 virtual void instrumentStart(Cfg *) {} in instrumentStart() argument
80 virtual void instrumentLocalVars(Cfg *) {} in instrumentLocalVars() argument
81 virtual void finishFunc(Cfg *) {} in finishFunc() argument
H A DIceInst.h184 virtual void emit(const Cfg *) const { in emit()
221 virtual void destroy(Cfg *) {} in destroy() argument
275 void emit(const Cfg * /*Func*/) const override { in emit()
278 void emitIAS(const Cfg * /*Func*/) const override { in emitIAS()
864 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
890 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
919 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
1056 void emit(const Cfg *) const override {} in emit()
1057 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
H A DIceOperand.h210 void dump(const Cfg *, Ostream &Str) const override { in dump()
281 inline void ConstantInteger32::dump(const Cfg *, Ostream &Str) const { in dump()
291 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump()
438 void dump(const Cfg *, Ostream &Str) const override { in dump()
H A DIceInstARM32.cpp320 OperandARM32Mem::OperandARM32Mem(Cfg * /* Func */, Type Ty, Variable *Base, in OperandARM32Mem() argument
361 OperandARM32FlexImm::OperandARM32FlexImm(Cfg * /* Func */, Type Ty, in OperandARM32FlexImm() argument
388 OperandARM32FlexFpImm::OperandARM32FlexFpImm(Cfg * /*Func*/, Type Ty, in OperandARM32FlexFpImm() argument
467 OperandARM32FlexFpZero::OperandARM32FlexFpZero(Cfg * /*Func*/, Type Ty) in OperandARM32FlexFpZero() argument
3280 void OperandARM32ShAmtImm::dump(const Cfg *, Ostream &Str) const { in dump() argument
3308 void OperandARM32FlexImm::dump(const Cfg * /* Func */, Ostream &Str) const { in dump() argument
3351 void OperandARM32FlexFpImm::dump(const Cfg * /*Func*/, Ostream &Str) const { in dump() argument
3370 void OperandARM32FlexFpZero::dump(const Cfg * /*Func*/, Ostream &Str) const { in dump() argument
H A DIceTranslator.h31 class Cfg; variable
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dmac.rs240 Cfg(Cfg), enumerator
247 enum Cfg { enum
356 fn parse_single(input: ParseStream) -> Result<Cfg> { in parse_cfg()
378 fn parse_multiple(input: ParseStream) -> Result<Vec<Cfg>> { in parse_cfg()
645 fn cfg(&mut self, cfg: &Cfg) { in cfg() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/
DControlFlowContext.h61 ControlFlowContext(const Decl &D, std::unique_ptr<CFG> Cfg, in ControlFlowContext()
70 std::unique_ptr<CFG> Cfg; variable
DDataflowWorklist.h30 DataflowWorklistBase(const CFG &Cfg, Comp C) in DataflowWorklistBase()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/
DAdornedCFG.h75 const Decl &D, std::unique_ptr<CFG> Cfg, in AdornedCFG()
87 std::unique_ptr<CFG> Cfg; variable
DDataflowWorklist.h30 DataflowWorklistBase(const CFG &Cfg, Comp C) in DataflowWorklistBase()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/
DControlFlowContext.h75 const Decl &D, std::unique_ptr<CFG> Cfg, in ControlFlowContext()
87 std::unique_ptr<CFG> Cfg; variable
DDataflowWorklist.h30 DataflowWorklistBase(const CFG &Cfg, Comp C) in DataflowWorklistBase()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/
DControlFlowContext.h75 const Decl &D, std::unique_ptr<CFG> Cfg, in ControlFlowContext()
87 std::unique_ptr<CFG> Cfg; variable
DDataflowWorklist.h30 DataflowWorklistBase(const CFG &Cfg, Comp C) in DataflowWorklistBase()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/
DPassSupport.h72 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
77 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/
DPassSupport.h72 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
77 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/
DPassSupport.h72 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
77 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/
H A DPassSupport.h72 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
77 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/
DPassSupport.h72 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
77 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DPassSupport.h67 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
72 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
/aosp_15_r20/external/llvm/include/llvm/
H A DPassSupport.h70 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
75 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/
Daccess.rs456 struct Cfg { struct
457 value: usize,
/aosp_15_r20/build/soong/rust/
H A Dproject_json.go52 Cfg []string `json:"cfg"` member

123