Searched refs:SR (Results 51 - 63 of 63) sorted by relevance

123

/external/clang/lib/Sema/
H A DSemaChecking.cpp3386 SourceRange SR = LenArg->getSourceRange(); local
3392 SR = SourceRange(SM.getSpellingLoc(SR.getBegin()),
3393 SM.getSpellingLoc(SR.getEnd()));
3402 Diag(SL, diag::warn_strncat_wrong_size) << SR;
3404 Diag(SL, diag::warn_strncat_src_size) << SR;
3409 Diag(SL, diag::warn_strncat_large_size) << SR;
3411 Diag(SL, diag::warn_strncat_src_size) << SR;
3423 << FixItHint::CreateReplacement(SR, OS.str());
H A DSemaType.cpp1215 virtual void diagnoseNotICE(Sema &S, SourceLocation Loc, SourceRange SR) { argument
1218 virtual void diagnoseFold(Sema &S, SourceLocation Loc, SourceRange SR) { argument
1219 S.Diag(Loc, diag::ext_vla_folded_to_constant) << SR;
H A DSemaExpr.cpp9814 virtual void diagnoseNotICE(Sema &S, SourceLocation Loc, SourceRange SR) { argument
9815 S.Diag(Loc, diag::err_expr_not_ice) << S.LangOpts.CPlusPlus << SR;
9833 virtual void diagnoseNotICE(Sema &S, SourceLocation Loc, SourceRange SR) { argument
9834 S.Diag(Loc, DiagID) << SR;
9842 SourceRange SR) {
9843 S.Diag(Loc, diag::ext_expr_not_ice) << SR << S.LangOpts.CPlusPlus;
9841 diagnoseFold(Sema &S, SourceLocation Loc, SourceRange SR) argument
H A DTreeTransform.h2225 ExprResult RebuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) { argument
2226 return getSema().BuildObjCBoxedExpr(SR, ValueExpr);
/external/clang/tools/c-index-test/
H A Dc-index-test.c3109 CXSourceRange SR = clang_getDiagnosticRange(D, i); local
3110 Start = clang_getRangeStart(SR);
3111 End = clang_getRangeEnd(SR);
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1160 StringRef SR(P);
1161 std::pair<StringRef, StringRef> pairs = SR.split(',');
/external/clang/include/clang/Sema/
H A DSema.h4113 ExprResult BuildObjCArrayLiteral(SourceRange SR, MultiExprArg Elements);
4120 ExprResult BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr);
4127 ExprResult BuildObjCDictionaryLiteral(SourceRange SR,
6861 virtual void diagnoseNotICE(Sema &S, SourceLocation Loc, SourceRange SR) =0;
6862 virtual void diagnoseFold(Sema &S, SourceLocation Loc, SourceRange SR);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp3473 if (const SymbolicRegion *SR = (*I)->StripCasts()->getAs<SymbolicRegion>())
3474 WhitelistedSymbols.insert(SR->getSymbol());
/external/clang/lib/Basic/
H A DTargets.cpp186 virtual std::string isValidSectionSpecifier(StringRef SR) const {
191 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section,
/external/qemu/
H A Dppc-dis.c794 /* The SR field in an X form instruction. */
795 #define SR SPRG + 1
799 #define STRM SR + 1
3562 { "mtsrd", X(31,82), XRB_MASK|(1<<20), PPC64, { SR, RS } },
3690 { "mtsr", X(31,210), XRB_MASK|(1<<20), COM32, { SR, RS } },
4411 { "mfsr", X(31,595), XRB_MASK|(1<<20), COM32, { RT, SR } },
791 #define SR macro
/external/clang/lib/Serialization/
H A DASTReader.cpp6329 SourceRange SR = ReadSourceRange(F, Record, Idx);
6334 Comments.push_back(new (Context) RawComment(SR, Kind,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2189 StructReturnType SR = callIsStructReturn(Outs); local
2198 isVarArg, SR != NotStructReturn,
2576 SR == StackStructReturn)
/external/bison/tests/
H A Dtestsuite371 60;conflicts.at:128;Unresolved SR Conflicts;report;
372 61;conflicts.at:235;Resolved SR Conflicts;report;
10046 60 ) # 60. conflicts.at:128: Unresolved SR Conflicts
10048 at_desc='Unresolved SR Conflicts'
10049 $at_quiet $ECHO_N " 60: Unresolved SR Conflicts $ECHO_C"
10206 61 ) # 61. conflicts.at:235: Resolved SR Conflicts
10208 at_desc='Resolved SR Conflicts'
10209 $at_quiet $ECHO_N " 61: Resolved SR Conflicts $ECHO_C"
[all...]

Completed in 396 milliseconds

123