Home
last modified time | relevance | path

Searched defs:Trap (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp108 const MCSymbol *Trap, in emitXCOFFExceptDirective()
H A DXCOFFObjectWriter.cpp229 const MCSymbol *Trap; member
1364 const MCSymbol *Symbol, const MCSymbol *Trap, unsigned LanguageCode, in addExceptionEntry()
1745 const MCSymbol *Trap, unsigned LanguageCode, in addExceptionEntry()
H A DMCAsmStreamer.cpp972 const MCSymbol *Trap, in emitXCOFFExceptDirective()
H A DMCStreamer.cpp1198 const MCSymbol *Trap, in emitXCOFFExceptDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3122 Sema::SFINAETrap Trap(S); in FinishTemplateArgumentDeduction() local
3218 Sema::SFINAETrap Trap(S); in FinishTemplateArgumentDeduction() local
3267 Sema::SFINAETrap Trap(S); in FinishTemplateArgumentDeduction() local
3313 Sema::SFINAETrap Trap(S); in DeduceTemplateArguments() local
3380 SFINAETrap Trap(*this); in DeduceTemplateArgumentsFromType() local
3455 SFINAETrap Trap(*this); in SubstituteExplicitTemplateArguments() local
3797 Sema::SFINAETrap Trap(S); in instantiateExplicitSpecifierDeferred() local
3818 SFINAETrap Trap(*this); in FinishTemplateArgumentDeduction() local
4664 SFINAETrap Trap(*this); in DeduceTemplateArguments() local
4816 SFINAETrap Trap(*this); in DeduceTemplateArguments() local
[all …]
H A DSemaConcept.cpp474 Sema::SFINAETrap Trap(S); in calculateConstraintSatisfaction() local
536 Sema::SFINAETrap Trap(S); in calculateConstraintSatisfaction() local
1851 SFINAETrap Trap(*this); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() local
H A DSemaTemplateInstantiate.cpp1715 Sema::SFINAETrap Trap(SemaRef); in TransformRequiresExpr() local
2613 Sema::SFINAETrap Trap(SemaRef); in TransformRequiresTypeParams() local
2645 Sema::SFINAETrap Trap(SemaRef); in TransformTypeRequirement() local
2666 Sema::SFINAETrap Trap(SemaRef); in TransformExprRequirement() local
2759 Sema::SFINAETrap Trap(SemaRef); in TransformNestedRequirement() local
H A DSemaExprMember.cpp1038 SFINAETrap Trap(*this, true); in BuildMemberReferenceExpr() local
H A DSema.cpp2529 Sema::TentativeAnalysisScope Trap(*this); in tryExprAsCall() local
H A DSemaOpenMP.cpp4458 Sema::TentativeAnalysisScope Trap(S); in buildCaptureDecl() local
7263 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPCall() local
7438 Sema::TentativeAnalysisScope Trap(SemaRef); in checkOpenMPDeclareVariantFunction() local
8916 Sema::TentativeAnalysisScope Trap(SemaRef); in buildMinMaxValues() local
8951 Sema::TentativeAnalysisScope Trap(SemaRef); in buildPreCond() local
9436 Sema::TentativeAnalysisScope Trap(SemaRef); in buildCounterUpdate() local
18756 Sema::TentativeAnalysisScope Trap(S); in actOnOMPReductionKindClause() local
19960 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPDependClause() local
23136 Sema::TentativeAnalysisScope Trap(SemaRef); in ActOnOpenMPAffinityClause() local
H A DSemaStmt.cpp2569 Sema::SFINAETrap Trap(SemaRef); in RebuildForRangeWithDereference() local
H A DSemaLookup.cpp3659 SFINAETrap Trap(*this); in LookupLiteralOperator() local
H A DSemaTemplateInstantiateDecl.cpp498 Sema::TentativeAnalysisScope Trap(S); in instantiateOMPDeclareVariantAttr() local
H A DSemaOverload.cpp7130 ArrayRef<Expr *> Args, Sema::SFINAETrap &Trap, bool MissingImplicitThis, in convertArgsForAvailabilityChecks()
7198 SFINAETrap Trap(*this); in CheckEnableIf() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h407 inline void Trap() { in Trap() function
422 inline void Trap() { in Trap() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h187 Trap, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp609 MCSymbol *Trap = OutContext.createTempSymbol(); in LowerKCFI_CHECK() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2308 Sema::TentativeAnalysisScope Trap(Actions); in ParsePostfixExpressionSuffix() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp940 MCSymbol *Trap = OutContext.createTempSymbol(); in LowerKCFI_CHECK() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp71 enum PtrauthCheckMode { Default, Unchecked, Poison, Trap }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp176 enum WPDCheckMode { None, Trap, Fallback }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h600 enum class frame_type : uint16_t { Fpo = 0, Trap = 1, Tss = 2, NonFpo = 3 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2011 SDValue Trap = DAG.getNode(ISD::TRAP, dl, MVT::Other, Chain); in replaceMemWithUndef() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1714 DiagnosticErrorTrap Trap(Diags); in generateCompilationDiagnostics() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1487 SDValue Trap = DAG.getNode(ISD::TRAP, DL, MVT::Other, DAG.getEntryNode()); in LowerGlobalAddress() local

12