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

/external/clang/test/Preprocessor/
H A Dfeature_tests.c33 #error Broken handling of target-specific builtins
/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;
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/llvm/lib/VMCore/
H A DVerifier.cpp93 bool Broken = false; local
101 Broken = true;
105 if (Broken)
106 report_fatal_error("Broken module, no Basic Block terminator!");
121 bool Broken; // Is this module found to be broken? member in struct:__anon9179::Verifier
147 : FunctionPass(ID), Broken(false),
153 : FunctionPass(ID), Broken(false), action(ctn), Mod(0),
218 if (!Broken) return false;
219 MessagesStr << "Broken module found, ";
332 Broken
[all...]
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp500 unsigned Broken = 0; local
650 ++Broken;
657 return Broken;
H A DPostRASchedulerList.cpp372 unsigned Broken = local
376 if (Broken != 0) {
386 NumFixedAnti += Broken;
H A DAggressiveAntiDepBreaker.cpp772 unsigned Broken = 0;
950 ++Broken;
959 return Broken;
/external/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 161 milliseconds