Searched refs:IsPush (Results 1 – 7 of 7) sorted by relevance
45 bool IsPush; in HandlePragma() local48 IsPush = false; in HandlePragma()51 IsPush = true; in HandlePragma()83 Actions.ActOnPragmaVisibility(IsPush, VisType, VisLoc); in HandlePragma()
339 void Sema::ActOnPragmaVisibility(bool IsPush, const IdentifierInfo* VisType, in ActOnPragmaVisibility() argument341 if (IsPush) { in ActOnPragmaVisibility()
331 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler1013 if (IsPush(push_instr) && in addiu()1048 if (IsPush(mem_write_instr) && in addiu()
810 static bool IsPush(Instr instr);
456 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler1414 if (IsPush(push_instr) && IsPop(pop_instr)) { in ldr()1492 if (IsPush(mem_write_instr) && in ldr()
1212 static bool IsPush(Instr instr);
5231 void ActOnPragmaVisibility(bool IsPush, const IdentifierInfo* VisType,