| /third_party/node/deps/v8/src/profiler/ |
| H A D | profiler-stats.h | 16 enum Reason { enum in v8::internal::ProfilerStats
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 78 ImportFailureReason Reason; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | ErrorHandling.cpp | 62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument 66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument 70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument 74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument 93 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | InlineCost.h | 76 const char *Reason = nullptr; member in llvm::InlineCost [all...] |
| /third_party/rust/crates/rust-openssl/openssl-errors/src/ |
| H A D | lib.rs | 110 pub struct Reason<T>(c_int, PhantomData<T>); structure names 112 impl<T> Reason<T> { impls
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceCompileServer.cpp | 119 void reportFatalErrorThenExitSuccess(void *UserData, const std::string &Reason, in reportFatalErrorThenExitSuccess() argument 131 OS << "LLVM ERROR: " << Reason << "\n"; in reportFatalErrorThenExitSuccess() local
|
| H A D | IceBrowserCompileServer.cpp | 186 void fatalErrorHandler(void *UserData, const std::string &Reason, in fatalErrorHandler() argument 266 void BrowserCompileServer::setFatalError(const std::string &Reason) { in setFatalError() argument
|
| H A D | IceRegAlloc.cpp | 51 dumpDisableOverlap(const Cfg *Func, const Variable *Var, const char *Reason) dumpDisableOverlap() argument
|
| H A D | IceTargetLoweringMIPS32.cpp | 5323 const Inst *Reason = nullptr; in formAddressingMode() local 5158 dumpAddressOpt(const Cfg *Func, const Variable *Base, int32_t Offset, const Inst *Reason) dumpAddressOpt() argument 5176 matchAssign(const VariablesMetadata *VMetadata, Variable **Var, int32_t *Offset, const Inst **Reason) matchAssign() argument 5228 matchOffsetBase(const VariablesMetadata *VMetadata, Variable **Base, int32_t *Offset, const Inst **Reason) matchOffsetBase() argument [all...] |
| H A D | IceTargetLoweringX8664.cpp | 4807 const Inst *Reason = nullptr; in computeAddressOpt() local [all...] |
| H A D | IceTargetLoweringX8632.cpp | 5386 const Inst *Reason = nullptr; in computeAddressOpt() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument 86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument 90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument 94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument 115 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error() local 147 void llvm::report_bad_alloc_error(const char *Reason, boo argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkAllocationCallbackUtil.hpp | 186 enum Reason enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 149 GenericReason Reason; member in llvm::mca::HWPressureEvent
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 278 const char *Reason = nullptr; in getPromotionCandidatesForCallSite() local
|
| /third_party/mbedtls/tests/scripts/ |
| H A D | generate_psa_tests.py | 232 class Reason(enum.Enum): class in OpFail [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 541 static void fail(const Instruction *I, const char *Reason, Value *V) { in fail() argument 620 checkConstantInt(const Instruction *I, Value *V, const char *Reason) checkConstantInt() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.h | 42 SIScheduleCandReason Reason = NoCand; member
|
| H A D | SIMachineScheduler.cpp | 143 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr() argument 159 tryLess(int TryVal, int CandVal, SISchedulerCandidate &TryCand, SISchedulerCandidate &Cand, SIScheduleCandReason Reason) tryLess() argument 176 tryGreater(int TryVal, int CandVal, SISchedulerCandidate &TryCand, SISchedulerCandidate &Cand, SIScheduleCandReason Reason) tryGreater() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 337 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName() argument 177 selectCallee(const ModuleSummaryIndex &Index, ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList, unsigned Threshold, StringRef CallerModulePath, FunctionImporter::ImportFailureReason &Reason, GlobalValue::GUID GUID) selectCallee() argument 448 FunctionImporter::ImportFailureReason Reason; computeImportForFunction() local [all...] |
| H A D | SampleProfile.cpp | 1036 const char *Reason = "Callee function not available"; in inlineHotFunctions() local 1057 << CalleeFunctionName << " because " << Reason << "\n"); in inlineHotFunctions() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1341 static Error createError(const Twine &Reason, llvm::Error E) { in createError() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 853 CandReason Reason; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 2570 getReasonStr( GenericSchedulerBase::CandReason Reason) getReasonStr() argument 2649 tryLess(int TryVal, int CandVal, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) tryLess() argument 2665 tryGreater(int TryVal, int CandVal, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) tryGreater() argument 2707 tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) tracePick() argument 2863 tryPressure(const PressureChange &TryP, const PressureChange &CandP, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason, const TargetRegisterInfo *TRI, const MachineFunction &MF) tryPressure() argument [all...] |