Home
last modified time | relevance | path

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

/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/flutter/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/third_party/llvm-10.0/llvm/include/llvm/Support/
DWithColor.h28 Macro, enumerator
/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc56 #define EXPECT_EXPANSION(Result, Macro) \ argument
/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/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/jinja2/
Druntime.py570 class Macro(object): class
Dnodes.py318 class Macro(Stmt): class
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp4476 MCAsmMacro Macro(Name, Body, std::move(Parameters)); in parseDirectiveMacro() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp115 bool Macro = true; member in __anon6293723e0111::MipsAssemblerOptions