Searched refs:Allowed (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DARMBuildAttributes.h123 Allowed = 1, enumerator in enum:llvm::ARMBuildAttrs::__anon2238
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp712 setAttributeItem(ARM_ISA_use, Allowed, false);
719 setAttributeItem(ARM_ISA_use, Allowed, false);
720 setAttributeItem(THUMB_ISA_use, Allowed, false);
724 setAttributeItem(ARM_ISA_use, Allowed, false);
730 setAttributeItem(ARM_ISA_use, Allowed, false);
731 setAttributeItem(THUMB_ISA_use, Allowed, false);
736 setAttributeItem(THUMB_ISA_use, Allowed, false);
741 setAttributeItem(ARM_ISA_use, Allowed, false);
747 setAttributeItem(ARM_ISA_use, Allowed, false);
760 setAttributeItem(ARM_ISA_use, Allowed, fals
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp103 AllowedContsructsKind Allowed,
112 Stmts, Allowed, TrailingElseLoc, Attrs);
154 AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc,
210 if ((getLangOpts().CPlusPlus || Allowed == ACK_Any) &&
355 return ParseOpenMPDeclarativeOrExecutableDirective(Allowed);
374 return ParsePragmaLoopHint(Stmts, Allowed, TrailingElseLoc, Attrs);
596 Stmts, /*Allowed=*/ACK_StatementsOpenMPNonStandalone, nullptr,
1882 AllowedContsructsKind Allowed,
1905 Stmts, Allowed, TrailingElseLoc, Attrs);
102 ParseStatementOrDeclaration(StmtVector &Stmts, AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc) argument
153 ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts, AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc, ParsedAttributesWithRange &Attrs) argument
1881 ParsePragmaLoopHint(StmtVector &Stmts, AllowedContsructsKind Allowed, SourceLocation *TrailingElseLoc, ParsedAttributesWithRange &Attrs) argument
H A DParseOpenMP.cpp169 AllowedContsructsKind Allowed) {
189 if (Allowed != ACK_Any) {
220 if (Allowed == ACK_StatementsOpenMPNonStandalone) {
306 if (Allowed == ACK_StatementsOpenMPNonStandalone) {
168 ParseOpenMPDeclarativeOrExecutableDirective( AllowedContsructsKind Allowed) argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp431 const PBQPRAGraph::NodeMetadata::AllowedRegVector &Allowed = variable
435 while (PRegOpt < Allowed.size() && Allowed[PRegOpt] != DstReg)
438 if (PRegOpt < Allowed.size()) {
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp644 STI.hasARMOps() ? ARMBuildAttrs::Allowed
647 ATS.emitAttribute(ARMBuildAttrs::THUMB_ISA_use, ARMBuildAttrs::Allowed);
711 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_exceptions, ARMBuildAttrs::Allowed);
716 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_rounding, ARMBuildAttrs::Allowed);
747 ARMBuildAttrs::Allowed);
754 ARMBuildAttrs::Allowed);
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h169 AllowedRegVecRef getAllowedRegs(AllowedRegVector Allowed) { argument
170 return AllowedRegVecs.getValue(std::move(Allowed));
/freebsd-11.0-release/contrib/llvm/tools/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");
1780 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); local
1781 (void)Allowed;
1782 assert(Allowed && "Externally-placed field cannot be placed here");
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1658 ParseStatementOrDeclaration(StmtVector &Stmts, AllowedContsructsKind Allowed,
1662 AllowedContsructsKind Allowed,
1691 AllowedContsructsKind Allowed,
2456 /// \param Allowed ACK_Any, if any directives are allowed,
2462 ParseOpenMPDeclarativeOrExecutableDirective(AllowedContsructsKind Allowed);

Completed in 108 milliseconds