| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | InlineCost.h | 77 const char *Reason = nullptr; variable 80 InlineCost(int Cost, int Threshold, const char *Reason = nullptr) 81 : Cost(Cost), Threshold(Threshold), Reason(Reason) { in Cost() 82 assert((isVariable() || Reason) && in Cost() 92 static InlineCost getAlways(const char *Reason) { in getAlways() argument 93 return InlineCost(AlwaysInlineCost, 0, Reason); in getAlways() 95 static InlineCost getNever(const char *Reason) { in getNever() argument 96 return InlineCost(NeverInlineCost, 0, Reason); in getNever() 121 assert((Reason || isVariable()) && in getReason() 123 return Reason; in getReason() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument 83 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error() 86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument 87 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error() 90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument 91 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error() 94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument 108 handler(handlerData, Reason.str(), GenCrashDiag); in report_fatal_error() 115 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error() 147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error() argument [all …]
|
| H A D | SmallVector.cpp | 53 std::string Reason = "SmallVector unable to grow. Requested capacity (" + in report_size_overflow() local 58 throw std::length_error(Reason); in report_size_overflow() 60 report_fatal_error(Reason); in report_size_overflow() 68 std::string Reason = in report_at_maximum_capacity() local 72 throw std::length_error(Reason); in report_at_maximum_capacity() 74 report_fatal_error(Reason); in report_at_maximum_capacity()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 38 TryCand.Reason = Stall; in biasAddiLoadCandidate() 42 TryCand.Reason = NoCand; in biasAddiLoadCandidate() 56 TryCand.Reason = NodeOrder; in tryCandidate() 144 TryCand.Reason = NodeOrder; in tryCandidate() 152 if (TryCand.Reason != NodeOrder && TryCand.Reason != NoCand) in tryCandidate() 169 TryCand.Reason = Stall; in biasAddiCandidate() 181 TryCand.Reason = NodeOrder; in tryCandidate() 211 TryCand.Reason = NodeOrder; in tryCandidate() 217 if (TryCand.Reason != NodeOrder && TryCand.Reason != NoCand) in tryCandidate()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | uuid.d | 340 UUIDParsingException.Reason.tooLittle, "Insufficient Input"); 344 … throw new UUIDParsingException(to!string(uuid), 35, UUIDParsingException.Reason.tooMuch, 351 UUIDParsingException.Reason.invalidChar, "Expected '-'"); 387 UUIDParsingException.Reason.invalidChar, "Couldn't parse ubyte"); 431 assert(except && except.reason == UUIDParsingException.Reason.tooLittle); 436 assert(except && except.reason == UUIDParsingException.Reason.tooMuch); 441 assert(except && except.reason == UUIDParsingException.Reason.invalidChar); 446 assert(except && except.reason == UUIDParsingException.Reason.invalidChar); 452 assert(except && except.reason == UUIDParsingException.Reason.invalidChar); 1343 …void parserError()(size_t pos, UUIDParsingException.Reason reason, string message, Throwable next … [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uuid.d | 340 UUIDParsingException.Reason.tooLittle, "Insufficient Input"); 344 … throw new UUIDParsingException(to!string(uuid), 35, UUIDParsingException.Reason.tooMuch, 351 UUIDParsingException.Reason.invalidChar, "Expected '-'"); 387 UUIDParsingException.Reason.invalidChar, "Couldn't parse ubyte"); 431 assert(except && except.reason == UUIDParsingException.Reason.tooLittle); 436 assert(except && except.reason == UUIDParsingException.Reason.tooMuch); 441 assert(except && except.reason == UUIDParsingException.Reason.invalidChar); 446 assert(except && except.reason == UUIDParsingException.Reason.invalidChar); 452 assert(except && except.reason == UUIDParsingException.Reason.invalidChar); 1323 …void parserError()(size_t pos, UUIDParsingException.Reason reason, string message, Throwable next … [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 45 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 132 FileChangeReason Reason, in FileChanged() argument 142 if (Reason == PPCallbacks::EnterFile) { in FileChanged() 144 } else if (Reason == PPCallbacks::ExitFile) { in FileChanged() 181 if (ShowHeader && Reason == PPCallbacks::EnterFile && in FileChanged()
|
| H A D | PrintPreprocessedOutput.cpp | 125 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 260 FileChangeReason Reason, in FileChanged() argument 273 if (Reason == PPCallbacks::EnterFile) { in FileChanged() 277 } else if (Reason == PPCallbacks::SystemHeaderPragma) { in FileChanged() 306 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) { in FileChanged() 311 switch (Reason) { in FileChanged()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ecc.txt | 82 Reason=point at infinity 90 Reason=point at infinity 160 Reason=point at infinity 168 Reason=point at infinity 238 Reason=point at infinity 246 Reason=point at infinity 316 Reason=point at infinity 324 Reason=point at infinity 396 Reason=point at infinity 404 Reason=point at infinity [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ecc.txt | 627 Reason=point at infinity 635 Reason=point at infinity 699 Reason=point at infinity 707 Reason=point at infinity 771 Reason=point at infinity 779 Reason=point at infinity 843 Reason=point at infinity 851 Reason=point at infinity 917 Reason=point at infinity 925 Reason=point at infinity [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.h | 40 SIScheduleCandReason Reason = NoCand; member 183 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest() 185 Reason = Best.Reason; in setBest() 375 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest() 377 Reason = Best.Reason; in setBest()
|
| H A D | SIMachineScheduler.cpp | 124 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr() argument 125 switch (Reason) { in getReasonStr() 143 SIScheduleCandReason Reason) { in tryLess() argument 145 TryCand.Reason = Reason; in tryLess() 149 if (Cand.Reason > Reason) in tryLess() 150 Cand.Reason = Reason; in tryLess() 153 Cand.setRepeat(Reason); in tryLess() 160 SIScheduleCandReason Reason) { in tryGreater() argument 162 TryCand.Reason = Reason; in tryGreater() 166 if (Cand.Reason > Reason) in tryGreater() [all …]
|
| H A D | GCNSchedStrategy.cpp | 159 if (TryCand.Reason != NoCand) { in pickNodeFromQueue() 197 assert(BotCand.Reason != NoCand && "failed to find the first candidate"); in pickNodeBidirectional() 217 assert(TopCand.Reason != NoCand && "failed to find the first candidate"); in pickNodeBidirectional() 235 TopCand.Reason = NoCand; in pickNodeBidirectional() 237 if (TopCand.Reason != NoCand) { in pickNodeBidirectional() 262 assert(TopCand.Reason != NoCand && "failed to find a candidate"); in pickNode() 272 assert(BotCand.Reason != NoCand && "failed to find a candidate"); in pickNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 78 ImportFailureReason Reason; member 82 ImportFailureReason Reason, unsigned Attempts) in ImportFailureInfo() 83 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {} in ImportFailureInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 178 FunctionImporter::ImportFailureReason &Reason, in selectCallee() argument 180 Reason = FunctionImporter::ImportFailureReason::None; in selectCallee() 186 Reason = FunctionImporter::ImportFailureReason::NotLive; in selectCallee() 204 Reason = FunctionImporter::ImportFailureReason::GlobalVar; in selectCallee() 208 Reason = FunctionImporter::ImportFailureReason::InterposableLinkage; in selectCallee() 228 Reason = in selectCallee() 235 Reason = FunctionImporter::ImportFailureReason::TooLarge; in selectCallee() 242 Reason = FunctionImporter::ImportFailureReason::NotEligible; in selectCallee() 248 Reason = FunctionImporter::ImportFailureReason::NoInline; in selectCallee() 357 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName() argument [all …]
|
| /netbsd-src/sys/external/bsd/sljit/dist/ |
| H A D | API_CHANGES | 59 Reason: sljit_emit_ijump does not support conditional 64 Reason: SLJIT_INT_OP flag is not recommended to use 69 Reason: the most common cases are fits into one byte now, 101 to sljit_sh, and sljit_b to sljit_sb. Reason: their sign 106 Reason: all architectures call these unordered comparions.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 818 static const char *getReasonStr(GenericSchedulerBase::CandReason Reason); 867 CandReason Reason; member 884 Reason = NoCand; in reset() 894 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest() 896 Reason = Best.Reason; in setBest() 931 GenericSchedulerBase::CandReason Reason); 935 GenericSchedulerBase::CandReason Reason); 943 GenericSchedulerBase::CandReason Reason,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 2743 GenericSchedulerBase::CandReason Reason) { in getReasonStr() argument 2744 switch (Reason) { in getReasonStr() 2770 switch (Cand.Reason) { in traceCandidate() 2801 dbgs() << " Cand SU(" << Cand.SU->NodeNum << ") " << getReasonStr(Cand.Reason); in traceCandidate() 2824 GenericSchedulerBase::CandReason Reason) { in tryLess() argument 2826 TryCand.Reason = Reason; in tryLess() 2830 if (Cand.Reason > Reason) in tryLess() 2831 Cand.Reason = Reason; in tryLess() 2840 GenericSchedulerBase::CandReason Reason) { in tryGreater() argument 2842 TryCand.Reason = Reason; in tryGreater() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.cpp | 158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument 162 if (Reason == EnterFile) in FileChanged() 164 else if (Reason == ExitFile) in FileChanged()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 146 : Reason(reason), AffectedInstructions(Insts), ResourceMask(Mask) {} in Reason() function 149 GenericReason Reason; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 284 const char *Reason = nullptr; in getPromotionCandidatesForCallSite() local 285 if (!isLegalToPromote(CB, TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite() 292 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, 386 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument 389 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 390 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| H A D | ErrorHandling.h | 21 typedef void (*LLVMFatalErrorHandler)(const char *Reason);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
| H A D | e_ossltest.txt | 8 #Reason codes
|
| H A D | e_dasync.txt | 8 #Reason codes
|