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

/external/clang/test/Preprocessor/
H A Dfeature_tests.c33 #error Broken handling of target-specific builtins
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp263 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front()); local
266 PhiInserter.AddAvailableValue(Target, Broken);
277 Broken->addIncoming(*PI == BB ? Arg : Int64Zero, *PI);
/external/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;
738 bool Broken; local
739 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken);
741 outs() << (Broken ? " nope.\n" : " yup.\n");
745 return Broken;
216 TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2, bool DeleteInputs, std::string &Error, bool &Broken) argument
/external/llvm/lib/IR/
H A DVerifier.cpp98 bool Broken = false; local
106 Broken = true;
110 if (Broken)
111 report_fatal_error("Broken module, no Basic Block terminator!");
126 bool Broken; // Is this module found to be broken? member in struct:__anon21278::Verifier
156 : FunctionPass(ID), Broken(false),
162 : FunctionPass(ID), Broken(false), action(ctn), Mod(0),
235 if (!Broken) return false;
236 MessagesStr << "Broken module found, ";
360 Broken
[all...]
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp494 unsigned Broken = 0; local
650 ++Broken;
657 return Broken;
H A DPostRASchedulerList.cpp370 unsigned Broken = local
374 if (Broken != 0) {
384 NumFixedAnti += Broken;
H A DAggressiveAntiDepBreaker.cpp755 unsigned Broken = 0;
933 ++Broken;
942 return Broken;
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkPanose.h431 ((Broken, 13))
/external/skia/src/sfnt/
H A DSkPanose.h431 ((Broken, 13))
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php529 //Broken out of parseExpr Sept 7, 2006 David Lippman for

Completed in 664 milliseconds