Searched refs:BR (Results 26 - 50 of 52) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
H A Djsref.js9 var BR = ""; variable
131 print( string + BR + CR );
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
H A Djsref.js14 var BR = ""; variable
139 print( string + BR + CR );
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
H A Djsref.js9 var BR = ""; variable
129 print( string + BR + CR );
/external/webkit/LayoutTests/http/conf/
H A Dfedora-httpd.conf587 # Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
611 AddLanguage pt-BR .pt-br
633 LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW
/external/clang/lib/Analysis/
H A DAnalysisContext.cpp352 void VisitBlockExpr(BlockExpr *BR) { argument
354 IgnoredContexts.insert(BR->getBlockDecl());
355 Visit(BR->getBlockDecl()->getBody());
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp370 BugReporter& BR; member in class:__anon3110::NotableSymbolHandler
387 BR(br) {}
443 PathDiagnosticLocation::createBegin(S, BR.getSourceManager(),
455 SymbolRef Sym, BugReporter& BR,
466 ProgramStateManager& VMgr = cast<GRBugReporter>(BR).getStateManager();
467 NotableSymbolHandler H(Sym, PrevSt, S, VMgr, Pred, PD, BR);
468 cast<GRBugReporter>(BR).getStateManager().iterBindings(N->getState(), H);
478 GRBugReporter& BR; member in class:__anon3111::ScanNotableSymbols
484 : N(n), S(s), BR(br), PD(pd) {}
494 if (!BR
453 HandleNotableSymbol(const ExplodedNode *N, const Stmt *S, SymbolRef Sym, BugReporter& BR, PathDiagnostic& PD) argument
1205 FlushReports(BugReporter &BR) argument
[all...]
H A DExprEngine.cpp67 ObjCGCEnabled(gcEnabled), BR(mgr, *this) {
76 BR.FlushReports();
195 getCheckerManager().runCheckersForEndAnalysis(G, BR, *this);
1869 for (BugReporter::iterator I=BR.begin(), E=BR.end(); I!=E; ++I)
1870 const_cast<BugType*>(*I)->FlushReports(BR);
1874 EI = BR.EQClasses_begin(), EE = BR.EQClasses_end(); EI != EE; ++EI) {
H A DRegionStore.cpp657 if (const BlockDataRegion *BR = dyn_cast<BlockDataRegion>(baseR)) {
659 BI = BR->referenced_vars_begin(), BE = BR->referenced_vars_end() ;
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp35 return (opc == SPU::BR
374 MIB = BuildMI(&MBB, DL, get(SPU::BR));
403 MachineInstrBuilder MIB2 = BuildMI(&MBB, DL, get(SPU::BR));
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h150 BugReporter &BR);
154 BugReporter &BR);
227 void runCheckersForEndAnalysis(ExplodedGraph &G, BugReporter &BR,
287 BugReporter &BR);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h471 // BR - Unconditional branch. The first operand is the chain
473 BR, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/Alpha/
H A DAlphaLLRP.cpp126 case Alpha::BR:
H A DAlphaISelLowering.cpp899 BuildMI(thisMBB, dl, TII->get(Alpha::BR)).addMBB(llscMBB);
938 BuildMI(llscMBB, dl, TII->get(Alpha::BR)).addMBB(sinkMBB);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h83 GRBugReporter BR; member in class:clang::ento::ExprEngine
114 BugReporter& getBugReporter() { return BR; }
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties55 Cp275 csIBM275,EBCDIC-BR
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp343 BugReporter &BR,
429 BR.EmitReport(report);
342 checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, ExprEngine &Eng) const argument
H A DMacOSKeychainAPIChecker.cpp140 BugReport &BR);
605 BugReport &BR) {
601 VisitNode( const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
H A DRetainCountChecker.cpp1725 BugReport &BR);
1729 BugReport &BR);
1740 BugReport &BR);
1834 BugReport &BR) {
2139 BugReport &BR) {
2143 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR);
2149 BugReport &BR) {
2310 void checkEndAnalysis(ExplodedGraph &G, BugReporter &BR, argument
1831 VisitNode(const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) argument
2137 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndN, BugReport &BR) argument
2147 getEndPath(BugReporterContext &BRC, const ExplodedNode *EndN, BugReport &BR) argument
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
H A Djsref.js22 var BR = ""; variable
182 print( string + BR + CR );
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
H A Djsref.js16 var BR = ""; variable
142 print( string + BR + CR );
/external/llvm/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp52 MBlaze::SEXT8, MBlaze::MFS, MBlaze::BR, MBlaze::BEQ, //24,25,26,27
169 case 0x00: return MBlaze::BR;
464 case MBlaze::BR: return decodeBR(insn);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1463 DAG.setRoot(DAG.getNode(ISD::BR, getCurDebugLoc(),
1601 BrCond = DAG.getNode(ISD::BR, dl, MVT::Other, BrCond,
1667 BrCond = DAG.getNode(ISD::BR, getCurDebugLoc(), MVT::Other, BrCond,
1729 BrRange = DAG.getNode(ISD::BR, getCurDebugLoc(), MVT::Other, CopyTo,
1790 BrAnd = DAG.getNode(ISD::BR, getCurDebugLoc(), MVT::Other, BrAnd,
1818 DAG.setRoot(DAG.getNode(ISD::BR, getCurDebugLoc(),
1936 BrCond = DAG.getNode(ISD::BR, DL, MVT::Other, BrCond,
2463 DAG.setRoot(DAG.getNode(ISD::BR, getCurDebugLoc(),
H A DLegalizeDAG.cpp911 case ISD::BR:
/external/clang/include/clang/AST/
H A DExpr.h4122 void setByRef(bool BR) { IsByRef = BR; } argument
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5412 return DAG.getNode(ISD::BR, dl, MVT::Other,

Completed in 492 milliseconds

123