Searched refs:Broken (Results 1 - 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/tools/ci_build/
H A Dcode_link_check.sh33 echo Broken link $target at line $linenumber of file $filename
/external/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp88 Value *handleLoopCondition(Value *Cond, PHINode *Broken,
235 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken, argument
255 NewPhi->addIncoming(Broken, From);
260 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, Term);
298 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert);
312 Value *Args[] = { Cond, Broken };
317 Value *Args[] = { Cond, Broken };
335 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front()); local
339 Value *Arg = handleLoopCondition(Cond, Broken, L, Term);
344 Broken
[all...]
/external/clang/test/Preprocessor/
H A Dfeature_tests.c34 #error Broken handling of target-specific builtins
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp216 /// return the merged module. The Broken argument will be set to true if the
224 bool &Broken) {
229 Broken = BD.diffProgram(M1.get(), "", "", false, &Error);
273 bool Broken = local
278 return Broken;
711 bool Broken; local
713 BD, std::move(Optimized), std::move(Safe), Error, Broken);
715 outs() << (Broken ? " nope.\n" : " yup.\n");
719 return Broken;
220 testMergedProgram(const BugDriver &BD, std::unique_ptr<Module> M1, std::unique_ptr<Module> M2, std::string &Error, bool &Broken) argument
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DMiscompilation.cpp211 /// an error, return NULL. If not, return the merged module. The Broken argument
218 bool &Broken) {
233 Broken = BD.diffProgram(M1, "", "", false, &Error);
281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error); local
285 return Broken;
703 bool Broken; local
704 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken);
706 outs() << (Broken ? " nope.\n" : " yup.\n");
710 return Broken;
216 TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2, bool DeleteInputs, std::string &Error, bool &Broken) argument
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DVerifier.cpp91 bool Broken = false; local
99 Broken = true;
103 if (Broken)
104 report_fatal_error("Broken module, no Basic Block terminator!");
119 bool Broken; // Is this module found to be broken? member in struct:__anon23110::Verifier
146 : FunctionPass(ID), Broken(false), RealPass(true),
152 : FunctionPass(ID), Broken(false), RealPass(true), action(ctn), Mod(0),
225 if (!Broken) return false;
226 MessagesStr << "Broken module found, ";
337 Broken
[all...]
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp511 unsigned Broken = 0; local
673 ++Broken;
680 return Broken;
H A DPostRASchedulerList.cpp396 unsigned Broken = local
400 if (Broken != 0) {
410 NumFixedAnti += Broken;
H A DAggressiveAntiDepBreaker.cpp795 unsigned Broken = 0;
988 ++Broken;
997 return Broken;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp505 unsigned Broken = 0; local
655 ++Broken;
662 return Broken;
H A DPostRASchedulerList.cpp311 unsigned Broken = local
315 if (Broken != 0) {
328 NumFixedAnti += Broken;
H A DAggressiveAntiDepBreaker.cpp777 unsigned Broken = 0;
952 ++Broken;
961 return Broken;
/external/python/cpython3/Lib/test/
H A Dtest_yield_from.py547 class Broken: class in function:TestPEP380Operation.test_broken_getattr_handling
556 yield from Broken()
H A Dtest_ipaddress.py883 class Broken(ipaddress._BaseNetwork): class in function:IpaddrUnitTest.testMissingNetworkVersion
885 broken = Broken('127.0.0.1')
886 with self.assertRaisesRegex(NotImplementedError, "Broken.*version"):
890 class Broken(ipaddress._BaseNetwork): class in function:IpaddrUnitTest.testMissingAddressClass
892 broken = Broken('127.0.0.1')
893 with self.assertRaisesRegex(NotImplementedError, "Broken.*address"):
/external/skia/src/sfnt/
H A DSkPanose.h360 Broken = 13, member in class:SkPanose::Data::Decorative::Contrast
/external/skqp/src/sfnt/
H A DSkPanose.h360 Broken = 13, member in class:SkPanose::Data::Decorative::Contrast
/external/llvm/lib/IR/
H A DVerifier.cpp92 bool Broken = false; member in struct:__anon14067::VerifierSupport
93 /// Broken debug info can be "recovered" from by stripping the debug info.
177 Broken = true;
195 Broken |= TreatBrokenDebugInfoAsError;
300 Broken = false;
309 return !Broken;
315 Broken = false;
344 return !Broken;
4182 return; // Broken scope chains are checked elsewhere.
4300 bool Broken local
[all...]

Completed in 911 milliseconds