| /external/clang/lib/AST/ |
| DeclarationName.cpp | 154 LO.CPlusPlus = true; 164 LO.CPlusPlus = true; 193 LO.CPlusPlus = true; 549 LO.CPlusPlus = true;
|
| Mangle.cpp | 71 if (Context.getLangOpts().CPlusPlus && !isExternC(ND) && 101 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
|
| /external/clang/test/Analysis/ |
| uninit-const.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete,core,alpha.core.CallAndMessageUnInitRefArg -analyzer-output=text -verify %s
|
| MismatchedDeallocator-checker-test.mm | 123 // new/delete oparators are subjects of cplusplus.NewDelete. 157 // Check for intersection with cplusplus.NewDelete bounded with
|
| NewDelete-checker-test.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete -std=c++11 -fblocks -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.cplusplus.NewDeleteLeaks -DLEAKS -std=c++11 -fblocks -verify %s
|
| /external/mesa3d/src/gallium/targets/libgl-xlib/ |
| Makefile | 86 -cplusplus \
|
| /ndk/docs/ |
| sidenav.html | 16 <li><a href="CPLUSPLUS-SUPPORT.html" target="content">C++ Support</a></li>
|
| /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/ |
| Makefile | 191 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \ 198 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
|
| /external/mesa3d/src/gallium/targets/egl-static/ |
| Makefile | 191 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \ 198 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
|
| /external/clang/lib/Parse/ |
| Parser.cpp | 195 if (Kind == OutsideFunction && getLangOpts().CPlusPlus) { 707 if (getLangOpts().CPlusPlus && NextToken().is(tok::kw_template)) { 717 if (getLangOpts().CPlusPlus) { 740 if (getLangOpts().CPlusPlus && NextToken().is(tok::kw_template)) { 774 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) { 785 (getLangOpts().CPlusPlus && 797 if (!getLangOpts().CPlusPlus && 801 if (getLangOpts().CPlusPlus && Tok.is(tok::equal)) { 881 if (getLangOpts().CPlusPlus && isTokenStringLiteral() && [all...] |
| ParseDecl.cpp | [all...] |
| ParseStmt.cpp | 208 if ((getLangOpts().CPlusPlus || !OnlyStatement) && isDeclarationStatement()) { 556 if (!getLangOpts().CPlusPlus || Tok.is(tok::semi)) [all...] |
| /external/clang/lib/Sema/ |
| SemaDecl.cpp | 122 return getLangOpts().CPlusPlus; 305 !(getLangOpts().CPlusPlus && NewSSPtr && 556 if (getLangOpts().CPlusPlus) { 604 bool CheckTemplate = R.getSema().getLangOpts().CPlusPlus && 650 << Name << TagName << SemaRef.getLangOpts().CPlusPlus 729 if (getLangOpts().CPlusPlus) 754 if (!getLangOpts().CPlusPlus && !SecondTry && 773 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) && [all...] |
| SemaCXXScopeSpec.cpp | 169 assert(getLangOpts().CPlusPlus && "Only callable in C++"); 525 << &Identifier << getLangOpts().CPlusPlus 533 << &Identifier << getLangOpts().CPlusPlus; 714 << QualType(TD->getTypeForDecl(), 0) << getLangOpts().CPlusPlus; 717 << &Identifier << getLangOpts().CPlusPlus; 760 << T << getLangOpts().CPlusPlus; [all...] |
| SemaExpr.cpp | 201 if (S.getLangOpts().CPlusPlus) 265 if (getLangOpts().CPlusPlus && isa<FunctionDecl>(D)) { 465 if (getLangOpts().C99 || getLangOpts().CPlusPlus || E->isLValue()) 565 if (getLangOpts().CPlusPlus && 749 if (getLangOpts().CPlusPlus && E->isGLValue() && !isUnevaluatedContext()) { [all...] |
| /external/clang/tools/libclang/ |
| CIndexCodeCompletion.cpp | 369 if (S.getLangOpts().CPlusPlus) { 382 if (S.getLangOpts().CPlusPlus) { 393 if (S.getLangOpts().CPlusPlus) { 408 if (S.getLangOpts().CPlusPlus) { 475 if (S.getLangOpts().CPlusPlus) { [all...] |
| /external/clang/lib/Lex/ |
| TokenConcatenation.cpp | 248 (PP.getLangOpts().CPlusPlus && FirstChar == '*'); 267 (PP.getLangOpts().CPlusPlus && FirstChar == ':'); 271 return PP.getLangOpts().CPlusPlus && FirstChar == '*';
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| Checkers.td | 23 def Cplusplus : Package<"cplusplus">; 24 def CplusplusAlpha : Package<"cplusplus">, InPackage<Alpha>, Hidden; 181 let ParentPackage = Cplusplus in { 187 } // end: "cplusplus" 199 } // end: "alpha.cplusplus"
|
| VirtualCallChecker.cpp | 193 "Cplusplus", os.str(), CELoc, R); 202 "Cplusplus", os.str(), CELoc, R);
|
| /external/clang/lib/CodeGen/ |
| CodeGenTBAA.cpp | 152 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible()) 270 if (Features.CPlusPlus) {
|
| /external/clang/lib/ARCMigrate/ |
| TransBlockObjCVariable.cpp | 58 Var->getASTContext().getLangOpts().CPlusPlus)
|
| /external/clang/test/ARCMT/Inputs/ |
| module.map | 2 module cxx_library { header "cxx-header.h" requires cplusplus }
|
| /external/clang/test/Modules/Inputs/ |
| module.map | 2 module cxx_library { header "cxx-header.h" requires cplusplus }
|
| /ndk/docs/text/ |
| SYSTEM-ISSUES.text | 22 See docs/CPLUSPLUS-SUPPORT.html for more details.
|
| /prebuilts/misc/darwin-x86/analyzer/bin/ |
| cxx-analyzer | 39 CLANG_FLAGS="$CLANG_FLAGS -Qignore-c-std-not-allowed-with-cplusplus"
|