Searched refs:ALoc (Results 1 - 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
H A DSPIRVReader.cpp1074 auto ALoc = std::find_if(Args.begin(), Args.end(), [](Value * elem) {
1077 assert(ALoc != Args.end() && "Buit-in must accept a pointer to function");
1078 assert(isa<Function>(*ALoc) && "Invalid function pointer usage");
1079 Value *Ctx = ALoc[1];
1080 Value *CtxLen = ALoc[2];
1081 Value *CtxAlign = ALoc[3];
1083 assert(Args.end() - ALoc > 3);
1085 assert(Args.end() - ALoc > 0);
1087 Args.erase(ALoc + 1, ALoc
[all...]
/external/clang/include/clang/AST/
H A DOpenMPClause.h579 /// \param ALoc Starting location of the argument.
584 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, argument
588 Kind(A), KindKwLoc(ALoc) {}
652 /// \param ALoc Starting location of the argument.
657 OMPProcBindClause(OpenMPProcBindClauseKind A, SourceLocation ALoc, argument
661 Kind(A), KindKwLoc(ALoc) {}

Completed in 1847 milliseconds