Searched defs:Allowed (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBuildAttrs.h107 Allowed = 1, enumerator in enum:ARMBuildAttrs::__anon19987
/external/clang/lib/Parse/
H A DParseOpenMP.cpp781 AllowedContsructsKind Allowed) {
800 if (Allowed != ACK_Any) {
852 if (Allowed == ACK_StatementsOpenMPNonStandalone) {
944 if (Allowed == ACK_StatementsOpenMPNonStandalone) {
780 ParseOpenMPDeclarativeOrExecutableDirective( AllowedContsructsKind Allowed) argument
H A DParseStmt.cpp103 AllowedContsructsKind Allowed,
114 Stmts, Allowed, TrailingElseLoc, Attrs);
156 AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc,
212 if ((getLangOpts().CPlusPlus || Allowed == ACK_Any) &&
357 return ParseOpenMPDeclarativeOrExecutableDirective(Allowed);
376 return ParsePragmaLoopHint(Stmts, Allowed, TrailingElseLoc, Attrs);
598 Stmts, /*Allowed=*/ACK_StatementsOpenMPNonStandalone, nullptr,
1906 AllowedContsructsKind Allowed,
1929 Stmts, Allowed, TrailingElseLoc, Attrs);
102 ParseStatementOrDeclaration(StmtVector &Stmts, AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc) argument
155 ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts, AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc, ParsedAttributesWithRange &Attrs) argument
1905 ParsePragmaLoopHint(StmtVector &Stmts, AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc, ParsedAttributesWithRange &Attrs) argument
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h170 AllowedRegVecRef getAllowedRegs(AllowedRegVector Allowed) { argument
171 return AllowedRegVecs.getValue(std::move(Allowed));
/external/llvm/include/llvm/Support/
H A DARMBuildAttributes.h126 Allowed = 1, enumerator in enum:llvm::ARMBuildAttrs::__anon12426
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp438 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed = variable
442 while (PRegOpt < Allowed.size() && Allowed[PRegOpt] != DstReg)
445 if (PRegOpt < Allowed.size()) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DARMBuildAttributes.h127 Allowed = 1, enumerator in enum:llvm::ARMBuildAttrs::__anon20480
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1203 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); local
1204 (void)Allowed;
1205 assert(Allowed && "Base subobject externally placed at overlapping offset");
1786 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); local
1787 (void)Allowed;
1788 assert(Allowed && "Externally-placed field cannot be placed here");
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp5887 Operand *TargetMIPS32::legalize(Operand *From, LegalMask Allowed, argument
5893 assert(Allowed & Legal_Reg);
5937 if (Allowed & Legal_Mem) {
6005 if (Allowed & Legal_Rematerializable) {
6021 if ((!(Allowed & Legal_Mem) && !MustHaveRegister) ||
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 566 milliseconds