Searched defs:Success (Results 26 - 43 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DWebGLImageConversion.cpp1274 bool Success() const { return m_success; } function in class:blink::__anon11324::FormatConverter
1774 if (!converter.Success())
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp140 bool Success = true;
151 Success = false;
167 Success = false;
183 Success = false;
199 Success = false;
215 Success = false;
274 Success = false;
281 Success = false;
288 return Success;
333 bool Success
1791 bool Success = true; local
[all...]
/external/clang/tools/libclang/
H A DIndexing.cpp648 bool Success = ASTUnit::LoadFromCompilerInvocationAction(CInvok.get(), Diags, local
667 if (!Success)
/external/eigen/Eigen/src/Core/util/
H A DConstants.h368 #ifdef Success
369 #error The preprocessor symbol 'Success' is defined, possibly by the X11 header file X.h
376 Success = 0, enumerator in enum:Eigen::ComputationInfo
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp1268 bool Success = local
1272 (void)Success;
1273 assert(Success &&
H A DRegisterCoalescer.cpp2114 bool Success = joinCopy(CurrList[i], Again); local
2115 Progress |= Success;
2116 if (Success || !Again)
H A DCodeGenPrepare.cpp1554 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, AccessTy, local
1557 (void)Success; assert(Success && "Couldn't select *anything*?");
2445 bool Success = Matcher.MatchAddr(Address, 0); local
2446 (void)Success; assert(Success && "Couldn't select *anything*?");
H A DMachineScheduler.cpp1359 bool Success = DAG->addEdge(&DAG->ExitSU, SDep(SU, SDep::Cluster)); local
1360 (void)Success;
1361 assert(Success && "No DAG nodes should be reachable from ExitSU");
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp176 case MCDisassembler::Success:
192 #define Success llvm::MCDisassembler::Success macro
274 return Success;
303 return Success;
324 return Success;
345 return Success;
366 return Success;
387 return Success;
399 return Success;
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h305 Container(VisitReducerBase &S, unsigned N) : Success(true) {}
306 void push_back(bool E) { Success = Success && E; }
308 bool Success; member in class:clang::threadSafety::til::VisitReducerBase::Container
367 return Bbs.Success;
371 return (As.Success && Is.Success && T);
374 return As.Success;
405 Success = Success
415 bool Success; member in class:clang::threadSafety::til::VisitReducer
[all...]
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1025 bool Success = false; local
1028 Success = E->EvaluateAsLValue(Result, Context);
1030 Success = E->EvaluateAsRValue(Result, Context);
1033 if (Success && !Result.HasSideEffects)
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1206 zlib::Status Success = zlib::compress( local
1209 if (Success != zlib::StatusOK)
/external/clang/include/clang/Serialization/
H A DASTReader.h300 Success, enumerator in enum:clang::ASTReader::ASTReadResult
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1223 bool Success = (TDF & TDF_InOverloadResolution)? local
1227 if (Success)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1184 SDValue Success = DAG.getSetCC(SDLoc(N), N->getValueType(1), Tmp, local
1188 ReplaceValueWith(SDValue(N, 1), Success); local
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp927 Success, enumerator in enum:blink::__anon10905::Serializer::Status
938 , m_status(Success)
1225 ASSERT(errorStatus != Success);
2958 case Serializer::Success:
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp993 unsigned Success = RegInfo.createVirtualRegister(RC); local
1034 BuildMI(BB, DL, TII->get(SC), Success).addReg(StoreVal).addReg(Ptr).addImm(0);
1035 BuildMI(BB, DL, TII->get(BEQ)).addReg(Success).addReg(ZERO).addMBB(loopMBB);
1104 unsigned Success = RegInfo.createVirtualRegister(RC); local
1201 BuildMI(BB, DL, TII->get(Mips::SC), Success)
1204 .addReg(Success).addReg(Mips::ZERO).addMBB(loopMBB);
1254 unsigned Success = RegInfo.createVirtualRegister(RC); local
1293 BuildMI(BB, DL, TII->get(SC), Success)
1296 .addReg(Success).addReg(ZERO).addMBB(loop1MBB);
1337 unsigned Success local
[all...]
/external/clang/include/clang/Sema/
H A DSema.h813 Success enumerator in enum:clang::Sema::SpecialMemberOverloadResult::Kind

Completed in 1736 milliseconds

12