| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCXCOFFStreamer.cpp | 112 const MCSymbol *Trap, in emitXCOFFExceptDirective() argument 116 getWriter().addExceptionEntry(Symbol, Trap, Lang, Reason, FunctionSize, in emitXCOFFExceptDirective()
|
| H A D | XCOFFObjectWriter.cpp | 228 const MCSymbol *Trap; member 233 ExceptionTableEntry(const MCSymbol *Trap, unsigned Lang, unsigned Reason) in ExceptionTableEntry() 234 : Trap(Trap), Lang(Lang), Reason(Reason) {} in ExceptionTableEntry() 441 void addExceptionEntry(const MCSymbol *Symbol, const MCSymbol *Trap, 1347 const MCSymbol *Trap, unsigned LanguageCode, in addExceptionEntry() argument 1357 ExceptionTableEntry(Trap, LanguageCode, ReasonCode)); in addExceptionEntry() 1364 ExceptionTableEntry(Trap, LanguageCode, ReasonCode)); in addExceptionEntry() 1470 TrapEntry.Trap->getOffset(); in assignAddressesAndIndices()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 129 // Supervisor Trap Setup 150 // Supervisor Trap Handling 199 // Hypervisor Trap Setup 212 // Hypervisor Trap Handling 292 // Machine Trap Setup 308 // Machine Trap Handling
|
| H A D | RISCVAsmPrinter.cpp | 715 MCSymbol *Trap = OutContext.createTempSymbol(); in LowerKCFI_CHECK() local 716 OutStreamer->emitLabel(Trap); in LowerKCFI_CHECK() 718 emitKCFITrapEntry(*MI.getMF(), Trap); in LowerKCFI_CHECK()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.td | 258 // Trap handler registers 419 // Trap handler TMP 32-bit registers 426 // Trap handler TMP 16-bit registers 434 // Trap handler TMP 64-bit registers 437 // Trap handler TMP 96-bit registers 440 // Trap handler TMP 128-bit registers 443 // Trap handler TMP 160-bit registers 446 // Trap handler TMP 192-bit registers 449 // Trap handler TMP 224-bit registers 452 // Trap handler TMP 256-bit registers [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCleanCodeAfterTrap.cpp | 64 if (MI.hasProperty(MCID::Trap) && MI.isTerminator()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/stats/ |
| H A D | stats_client.cpp | 82 Trap(); in __sanitizer_stat_report()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 188 Trap, enumerator 283 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap()
|
| H A D | MCXCOFFObjectWriter.h | 47 virtual void addExceptionEntry(const MCSymbol *Symbol, const MCSymbol *Trap,
|
| H A D | MCXCOFFStreamer.h | 36 void emitXCOFFExceptDirective(const MCSymbol *Symbol, const MCSymbol *Trap,
|
| H A D | MCStreamer.h | 627 const MCSymbol *Trap,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_termination.cpp | 83 Trap(); in CheckFailed()
|
| H A D | sanitizer_internal_defs.h | 410 inline void Trap() { in Trap() function 425 inline void Trap() { in Trap() function
|
| /freebsd/contrib/sendmail/src/ |
| H A D | aliases | 64 # Trap decode to catch security attacks
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 3376 Sema::SFINAETrap Trap(S); in DeduceTemplateArguments() local 3412 if (Trap.hasErrorOccurred()) in DeduceTemplateArguments() 3450 SFINAETrap Trap(*this); in DeduceTemplateArgumentsFromType() local 3479 if (Trap.hasErrorOccurred()) in DeduceTemplateArgumentsFromType() 3529 SFINAETrap Trap(*this); in SubstituteExplicitTemplateArguments() local 3552 Trap.hasErrorOccurred()) { in SubstituteExplicitTemplateArguments() 3641 if (ResultType.isNull() || Trap.hasErrorOccurred()) in SubstituteExplicitTemplateArguments() 3667 if (FunctionType->isNull() || Trap.hasErrorOccurred()) in SubstituteExplicitTemplateArguments() 3870 Sema::SFINAETrap Trap(S); in instantiateExplicitSpecifierDeferred() local 3873 if (InstantiatedES.isInvalid() || Trap.hasErrorOccurred()) { in instantiateExplicitSpecifierDeferred() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 1835 Sema::SFINAETrap Trap(SemaRef); in TransformRequiresExpr() local 1840 if (Trap.hasErrorOccurred()) in TransformRequiresExpr() 2795 Sema::SFINAETrap Trap(SemaRef); in TransformRequiresTypeParams() local 2801 Trap.hasErrorOccurred()) { in TransformRequiresTypeParams() 2827 Sema::SFINAETrap Trap(SemaRef); in TransformTypeRequirement() local 2835 if (!TransType || Trap.hasErrorOccurred()) in TransformTypeRequirement() 2848 Sema::SFINAETrap Trap(SemaRef); in TransformExprRequirement() local 2862 if (!TransExprRes.isInvalid() && !Trap.hasErrorOccurred() && in TransformExprRequirement() 2865 if (TransExprRes.isInvalid() || Trap.hasErrorOccurred()) in TransformExprRequirement() 2888 if (!TPL || Trap.hasErrorOccurred()) in TransformExprRequirement() [all …]
|
| H A D | SemaConcept.cpp | 234 Sema::SFINAETrap Trap(S); in EvaluateAtomicConstraint() local 238 if (SubstitutedExpression.isInvalid() || Trap.hasErrorOccurred()) { in EvaluateAtomicConstraint() 242 if (!Trap.hasErrorOccurred()) in EvaluateAtomicConstraint() 298 Sema::SFINAETrap Trap(S); in EvaluateFoldExpandedConstraintSize() local 1799 SFINAETrap Trap(*this); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() local
|
| H A D | SemaExprMember.cpp | 923 SFINAETrap Trap(*this, true); in BuildMemberReferenceExpr() local 929 if (RetryExpr.isUsable() && !Trap.hasErrorOccurred()) { in BuildMemberReferenceExpr() 935 if (Trap.hasErrorOccurred()) in BuildMemberReferenceExpr()
|
| /freebsd/lib/libc/nls/ |
| H A D | pt_BR.ISO8859-1.msg | 196 5 Trap de Trace/BPT
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
| H A D | cfi.cpp | 359 Trap(); in CfiSlowPathCommon()
|
| /freebsd/stand/i386/btx/btx/ |
| H A D | btx.S | 40 .set PSL_T,0x00000100 # Trap flag 382 testl $PSL_T,0x10(%esp,1) # Trap flag set?
|
| /freebsd/contrib/bsnmp/ |
| H A D | NEWS | 40 Trap variables for ntp (still need trap definition and code).
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 205 enum WPDCheckMode { None, Trap, Fallback }; enumerator 210 clEnumValN(WPDCheckMode::Trap, "trap", "Trap when incorrect"), 1222 if (DevirtCheckMode == WPDCheckMode::Trap) { in applySingleImplDevirt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 936 MCSymbol *Trap = OutContext.createTempSymbol(); in LowerKCFI_CHECK() local 937 OutStreamer->emitLabel(Trap); in LowerKCFI_CHECK() 939 emitKCFITrapEntry(MF, Trap); in LowerKCFI_CHECK()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 784 Opcode == SystemZ::Trap || in isPredicable() 803 if (MBB.getLastNonDebugInstr()->getOpcode() != SystemZ::Trap && in isProfitableToIfCvt() 834 if (Opcode == SystemZ::Trap) { in PredicateInstruction()
|