/aosp_15_r20/external/rust/cxx/gen/build/src/ |
D | cfg.rs | 6 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/ |
D | driver.rs | 37 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 D | IceInstrumentation.h | 56 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 D | IceInst.h | 184 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 D | IceOperand.h | 210 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 D | IceInstARM32.cpp | 320 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 D | IceTranslator.h | 31 class Cfg; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/ |
D | mac.rs | 240 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/ |
D | ControlFlowContext.h | 61 ControlFlowContext(const Decl &D, std::unique_ptr<CFG> Cfg, in ControlFlowContext() 70 std::unique_ptr<CFG> Cfg; variable
|
D | DataflowWorklist.h | 30 DataflowWorklistBase(const CFG &Cfg, Comp C) in DataflowWorklistBase()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/ |
D | AdornedCFG.h | 75 const Decl &D, std::unique_ptr<CFG> Cfg, in AdornedCFG() 87 std::unique_ptr<CFG> Cfg; variable
|
D | DataflowWorklist.h | 30 DataflowWorklistBase(const CFG &Cfg, Comp C) in DataflowWorklistBase()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/ |
D | ControlFlowContext.h | 75 const Decl &D, std::unique_ptr<CFG> Cfg, in ControlFlowContext() 87 std::unique_ptr<CFG> Cfg; variable
|
D | DataflowWorklist.h | 30 DataflowWorklistBase(const CFG &Cfg, Comp C) in DataflowWorklistBase()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/ |
D | ControlFlowContext.h | 75 const Decl &D, std::unique_ptr<CFG> Cfg, in ControlFlowContext() 87 std::unique_ptr<CFG> Cfg; variable
|
D | DataflowWorklist.h | 30 DataflowWorklistBase(const CFG &Cfg, Comp C) in DataflowWorklistBase()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ |
D | PassSupport.h | 72 #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/ |
D | PassSupport.h | 72 #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/ |
D | PassSupport.h | 72 #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 D | PassSupport.h | 72 #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/ |
D | PassSupport.h | 72 #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 D | PassSupport.h | 67 #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 D | PassSupport.h | 70 #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/ |
D | access.rs | 456 struct Cfg { struct 457 value: usize,
|
/aosp_15_r20/build/soong/rust/ |
H A D | project_json.go | 52 Cfg []string `json:"cfg"` member
|