HomeSort by relevance Sort by last modified time
    Searched refs:ActiveMacros (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 142 std::vector<MacroInstantiation*> ActiveMacros;
324 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();}
593 assert((HadError || ActiveMacros.empty()) &&
600 it = ActiveMacros.rbegin(),
601 ie = ActiveMacros.rend();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 111 /// ActiveMacros - Stack of active macro instantiations.
112 std::vector<MacroInstantiation*> ActiveMacros;
383 assert(ActiveMacros.empty() && "Unexpected active macro instantiation!");
397 it = ActiveMacros.rbegin(), ie = ActiveMacros.rend(); it != ie; ++it)
    [all...]

Completed in 63 milliseconds