Home
last modified time | relevance | path

Searched defs:Macro (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacro.h23 struct Macro struct
33 Macro(); argument
47 typedef std::map<std::string, std::shared_ptr<Macro>> MacroSet; argument
DMacro.cpp18 Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(kTypeObj) {} in Macro() function in angle::pp::Macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DMacro.h28 struct Macro struct
38 Macro(); argument
52 typedef std::map<std::string, std::shared_ptr<Macro>> MacroSet; argument
DMacro.cpp22 Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(kTypeObj) in Macro() function in pp::Macro
/third_party/rust/crates/syn/src/
Dmac.rs53 impl Macro { impl
178 impl Parse for Macro { implementation
202 impl ToTokens for Macro { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWithColor.h28 Macro, enumerator
/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc55 #define EXPECT_EXPANSION(Result, Macro) \ argument
/third_party/rust/crates/serde/serde_derive/src/internals/
Dreceiver.rs286 fn visit_macro_mut(&mut self, _mac: &mut Macro) {} in visit_macro_mut()
/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs241 fn visit_macro(&mut self, _mac: &'ast syn::Macro) {} in with_bound()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h69 std::unique_ptr<DWARFDebugMacro> Macro; variable
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DMSLOutput_test.cpp136 TEST_F(MSLOutputTest, Macro) in TEST_F() argument
/third_party/node/deps/v8/src/torque/
Ddeclarable.h376 DECLARE_DECLARABLE_BOILERPLATE(Macro, macro) in DECLARE_DECLARABLE_BOILERPLATE() argument
393 Macro(Declarable::Kind kind, std::string external_name, in Macro() function
Dinstructions.h23 class Macro; variable
/third_party/jinja2/
Dcompiler.py158 def __init__(self, node: t.Union[nodes.Macro, nodes.CallBlock]) -> None:
612 self, node: t.Union[nodes.Macro, nodes.CallBlock], frame: Frame
1317 def visit_Macro(self, node: nodes.Macro, frame: Frame) -> None:
Didtracking.py270 def visit_Macro(self, node: nodes.Macro, **kwargs: t.Any) -> None:
Dnodes.py345 class Macro(Stmt): class
Druntime.py655 class Macro: class
/third_party/rust/crates/cxx/syntax/
Dcheck.rs30 Macro, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h694 void defineMacro(StringRef Name, MCAsmMacro Macro) { in defineMacro()
/third_party/skia/third_party/externals/jinja2/
Druntime.py570 class Macro(object): class
Dnodes.py318 class Macro(Stmt): class
/third_party/node/tools/inspector_protocol/jinja2/
Druntime.py482 class Macro(object): class
Dnodes.py320 class Macro(Stmt): class
/third_party/node/deps/v8/third_party/jinja2/
Druntime.py570 class Macro(object): class
Dnodes.py318 class Macro(Stmt): class

12