/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
stabs.info | 52 * Cplusplus:: Stabs specific to C++ 227 may not do this. Because of a conflict with C++ (*note Cplusplus::), [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
stabs.info | 52 * Cplusplus:: Stabs specific to C++ 227 may not do this. Because of a conflict with C++ (*note Cplusplus::), [all...] |
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | [all...] |
ParseExpr.cpp | 328 } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional) 639 (isUnaryExpression && !getLangOpts().CPlusPlus)? CompoundLiteral : CastExpr; 707 if (getLangOpts().CPlusPlus) { 785 !(getLangOpts().CPlusPlus && Tok.is(tok::kw_class))) { [all...] |
ParseOpenMP.cpp | 204 if (AllowScopeSpecifier && getLangOpts().CPlusPlus &&
|
ParseInit.cpp | 231 if (getLangOpts().ObjC1 && getLangOpts().CPlusPlus) { 412 if (!getLangOpts().CPlusPlus)
|
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |
LiteralSupport.cpp | 280 if (!Features.CPlusPlus && !Features.C99 && Diags) 739 : PP.getLangOpts().CPlusPlus [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | [all...] |
ASTUnit.cpp | 293 if (LangOpts.CPlusPlus || !isa<TagDecl>(ND)) 302 if (LangOpts.CPlusPlus) 307 if (LangOpts.CPlusPlus || isa<ObjCInterfaceDecl>(ND)) 327 if (LangOpts.CPlusPlus) 415 if (TheSema->Context.getLangOpts().CPlusPlus && [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 127 return Context.getLangOpts().CPlusPlus ? Context.BoolTy : Context.IntTy;
|
/external/clang/lib/CodeGen/ |
CodeGenTBAA.cpp | 157 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible())
|
CGException.cpp | 127 if (CGM.getLangOpts().CPlusPlus) 239 if (L.CPlusPlus && L.ObjC1) 241 else if (L.CPlusPlus) 318 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions) [all...] |
/external/clang/lib/Sema/ |
SemaType.cpp | 808 if (S.getLangOpts().CPlusPlus) { 834 if (S.getLangOpts().CPlusPlus) 853 if (S.getLangOpts().CPlusPlus) [all...] |
SemaStmt.cpp | 301 if (!getLangOpts().C99 && !getLangOpts().CPlusPlus) { [all...] |
SemaInit.cpp | 40 if (Context.getLangOpts().CPlusPlus || Context.getLangOpts().C11) { 173 if (S.getLangOpts().CPlusPlus) { 699 if (SemaRef.getLangOpts().CPlusPlus || 711 if (SemaRef.getLangOpts().CPlusPlus) { 730 if (SemaRef.getLangOpts().CPlusPlus) { [all...] |
IdentifierResolver.cpp | 109 if (LangOpt.CPlusPlus) {
|
SemaOpenMP.cpp | 365 CXXRecordDecl *RD = getLangOpts().CPlusPlus ?
|
/external/clang/www/analyzer/ |
available_checks.html | 75 <td><b>cplusplus.NewDelete</b></td><td>Check for double-free and use-after-free problems involving C++ <code>delete</code>.</td>
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/ |
scoped_ptr.h | 71 // http://cplusplus.github.com/LWG/lwg-defects.html#938 341 // (http://cplusplus.github.com/LWG/lwg-active.html#2118). Users wanting
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
scoped_ptr.h | 152 // http://cplusplus.github.com/LWG/lwg-defects.html#938 474 // (http://cplusplus.github.com/LWG/lwg-active.html#2118). Users wanting
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/ |
scoped_ptr.h | 75 // http://cplusplus.github.com/LWG/lwg-defects.html#938 345 // (http://cplusplus.github.com/LWG/lwg-active.html#2118). Users wanting
|
/external/clang/test/Analysis/ |
NewDelete-path-notes.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete,unix.Malloc -analyzer-output=text -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete,unix.Malloc -analyzer-output=plist -analyzer-config path-diagnostics-alternate=false %s -o %t.plist
|
/external/clang/utils/analyzer/ |
SATestBuild.py | 173 Checkers="alpha.unix.SimpleStream,alpha.security.taint,alpha.cplusplus.NewDeleteLeaks,core,cplusplus,deadcode,security,unix,osx"
|
/external/clang/lib/AST/ |
TypePrinter.cpp | 626 } else if (T->getNumArgs() == 0 && !Policy.LangOpts.CPlusPlus) { 857 // = Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword; 861 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword || [all...] |