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

  /external/clang/lib/Parse/
ParsePragma.cpp 45 bool IsPush;
48 IsPush = false;
51 IsPush = true;
83 Actions.ActOnPragmaVisibility(IsPush, VisType, VisLoc);
  /external/clang/lib/Sema/
SemaAttr.cpp 351 void Sema::ActOnPragmaVisibility(bool IsPush, const IdentifierInfo* VisType,
353 if (IsPush) {
  /external/v8/src/mips/
assembler-mips.cc 331 bool Assembler::IsPush(Instr instr) {
1013 if (IsPush(push_instr) &&
1048 if (IsPush(mem_write_instr) &&
    [all...]
assembler-mips.h 810 static bool IsPush(Instr instr);
    [all...]
  /external/v8/src/arm/
assembler-arm.h     [all...]
assembler-arm.cc 456 bool Assembler::IsPush(Instr instr) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 674 milliseconds