Home
last modified time | relevance | path

Searched defs:Success (Results 1 – 25 of 92) sorted by relevance

1234

/openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
Dbuffer_queue_test.cpp29 bool Success = false; in TEST() local
35 bool Success = false; in TEST() local
46 bool Success = false; in TEST() local
57 bool Success = false; in TEST() local
73 bool Success = false; in TEST() local
88 bool Success = false; in TEST() local
110 bool Success = false; in TEST() local
124 bool Success = false; in TEST() local
168 bool Success = false; in TEST() local
Dfdr_log_writer_test.cpp40 bool Success = false; in TEST() local
78 bool Success = false; in TEST() local
128 bool Success = false; in TEST() local
Dprofile_collector_test.cpp112 bool Success = false; in TEST() local
183 static bool Success = false; in threadProcessing() local
Dfdr_controller_test.cpp53 bool Success; in SetUp() local
305 bool Success; in SetUp() local
Dallocator_test.cpp60 bool Success = false; in TEST() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp430 bool Success = Expr->evaluateAsAbsolute(Imm); in HexagonProcessInstruction() local
457 bool Success = Expr->evaluateAsAbsolute(Imm); in HexagonProcessInstruction() local
493 bool Success = Expr->evaluateAsAbsolute(Imm); in HexagonProcessInstruction() local
524 bool Success = MO.getExpr()->evaluateAsAbsolute(Imm); in HexagonProcessInstruction() local
583 bool Success = Expr->evaluateAsAbsolute(Value); in HexagonProcessInstruction() local
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_buffer_queue.cpp78 bool Success = false; in init() local
146 bool &Success) XRAY_NEVER_INSTRUMENT in BufferQueue()
Dxray_profiling.cpp91 bool Success = false; in getThreadLocalData() local
392 bool Success = false; in profilingLoggingInit() local
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DByteCodeEmitter.cpp155 bool &Success) { in emit()
184 bool Success = true; in emitOp() local
/openbsd/src/gnu/llvm/clang/lib/Driver/
DCompilation.cpp143 bool Success = true; in CleanupFileList() local
152 bool Success = true; in CleanupFileMap() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DItaniumManglingCanonicalizer.h43 Success, enumerator
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicCastInfo.h19 enum CastResult { Success, Failure }; enumerator
/openbsd/src/gnu/llvm/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp264 bool Success = Clang->ExecuteAction(*Act); in ExecuteCompilerInvocation() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.h156 enum class LockResult { Success, Cancelled, Failed }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAtomicExpandPass.cpp548 Value *&Success, Value *&NewLoaded) { in createCmpXchgInstFun()
1030 Value *Success = Builder.CreateExtractValue(NewCI, 1); in expandPartwordCmpXchg() local
1119 Value *Success = Builder.CreateICmpEQ( in expandAtomicCmpXchgToMaskedIntrinsic() local
1416 PHINode *Success = Builder.CreatePHI(Type::getInt1Ty(Ctx), 2, "success"); in expandAtomicCmpXchg() local
1536 Value *Success = nullptr; in insertRMWCmpXchgLoop() local
1722 bool Success = false; in expandAtomicRMWToLibcall() local
1736 SyncScope::ID SSID, Value *&Success, Value *&NewLoaded) { in expandAtomicRMWToLibcall()
/openbsd/src/gnu/llvm/llvm/tools/llvm-undname/
Dllvm-undname.cpp110 bool Success = true; in main() local
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBError.h86 bool Success() const { return m_err == 0; } in Success() function
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-private-enumerations.h177 Success, // The line that was just edited if good and should be added to the enumerator
186 enum class TypeValidatorResult : bool { Success = true, Failure = false }; enumerator
/openbsd/src/gnu/llvm/clang/tools/driver/
Dcc1_main.cpp213 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.h63 enum class LookupResult { Success, Fail, Ignore }; enumerator
/openbsd/src/gnu/llvm/lldb/source/API/
DSBError.cpp69 bool SBError::Success() const { in Success() function in SBError
/openbsd/src/gnu/llvm/clang/lib/AST/
DExprConstant.cpp1372 bool Success = true; in cleanup() local
3004 bool Success = true; in handleVectorVectorBinOp() local
4789 bool Success = true; in getDefaultInitValue() local
6108 bool Success = true; in EvaluateArgs() local
6290 bool Success = true; in HandleConstructorCall() local
8029 bool Success(APValue::LValueBase B) { in Success() function in __anonc589fab61a11::LValueExprEvaluatorBase
8043 bool Success(const APValue &V, const Expr *E) { in Success() function in __anonc589fab61a11::LValueExprEvaluatorBase
8488 bool Success = true; in VisitArraySubscriptExpr() local
8544 bool Success = true; in VisitCompoundAssignOperator() local
8568 bool Success = true; in VisitBinAssign() local
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/
DMCDisassembler.h106 Success = 3 enumerator
/openbsd/src/gnu/llvm/llvm/include/llvm/Testing/Support/
DSupportHelpers.h28 bool Success() const { return Infos.empty(); } in Success() function
/openbsd/src/gnu/llvm/lldb/source/Utility/
DStatus.cpp287 bool Status::Success() const { return m_code == 0; } in Success() function in Status

1234