HomeSort by relevance Sort by last modified time
    Searched defs:Success (Results 26 - 50 of 59) sorted by null

12 3

  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 243 bool Success = true;
273 Success &= collectUsesWithPtrTypes(User, WorkList);
275 return Success;
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 569 Value *Success = IRB.CreateICmpEQ(C, CASI->getCompareOperand());
572 Res = IRB.CreateInsertValue(Res, Success, 1);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 882 bool Success = DebugACrash(*this, TestForOptimizerCrash, Error);
884 return Success;
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 183 case MCDisassembler::Success:
199 #define Success llvm::MCDisassembler::Success
273 return Success;
302 return Success;
323 return Success;
344 return Success;
365 return Success;
386 return Success;
398 return Success;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 158 // A visitor returns a bool, representing success or failure.
162 // A visitor "container" is a single bool, which accumulates success.
165 Container(VisitReducerBase &S, unsigned N) : Success(true) {}
166 void push_back(bool E) { Success = Success && E; }
168 bool Success;
227 return Bbs.Success;
231 return (As.Success && Is.Success && T);
234 return As.Success;
    [all...]
  /external/clang/include/clang/Format/
Format.h 31 enum class ParseError { Success = 0, Error, Unsuitable };
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 141 bool Success = true;
152 Success = false;
168 Success = false;
184 Success = false;
200 Success = false;
216 Success = false;
273 Success = false;
280 Success = false;
287 return Success;
332 bool Success = true
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 368 #ifdef Success
369 #error The preprocessor symbol 'Success' is defined, possibly by the X11 header file X.h
376 Success = 0,
  /external/llvm/lib/CodeGen/
MachineLICM.cpp     [all...]
RegisterCoalescer.cpp 155 /// Attempt joining two virtual registers. Return true on success.
    [all...]
MachineScheduler.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 160 DecodeStatus Result = DecodeStatus::Success;
166 while (Result == Success && Complete == false) {
180 return MCDisassembler::Success;
211 DecodeStatus Result = DecodeStatus::Success;
292 MCDisassembler::Success)
296 MCDisassembler::Success)
322 if (MCDisassembler::Success != Result ||
325 if (MCDisassembler::Success != Result) {
477 return MCDisassembler::Success;
579 return MCDisassembler::Success;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.h 52 #define Success 0
  /external/clang/include/clang/Serialization/
ASTReader.h 328 Success,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 433 /// "success" result means that template argument deduction has not yet failed,
764 /// "success" result means that template argument deduction has not yet failed,
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 425 Success,
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 350 #define Success 0 /* everything's okay */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 350 #define Success 0 /* everything's okay */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_argparse.py     [all...]

Completed in 2880 milliseconds

12 3