/external/chromium_org/base/memory/ |
scoped_ptr.h | 156 // http://cplusplus.github.com/LWG/lwg-defects.html#938 470 // (http://cplusplus.github.com/LWG/lwg-active.html#2118). Users wanting
|
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/ |
scoped_ptr.h | 70 // http://cplusplus.github.com/LWG/lwg-defects.html#938 340 // (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/chromium_org/third_party/webrtc/base/ |
scoped_ptr.h | 157 // http://cplusplus.github.com/LWG/lwg-defects.html#938 479 // (http://cplusplus.github.com/LWG/lwg-active.html#2118). Users wanting
|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
scoped_ptr.h | 160 // http://cplusplus.github.com/LWG/lwg-defects.html#938 461 // (http://cplusplus.github.com/LWG/lwg-active.html#2118). Users wanting
|
/external/clang/lib/Frontend/ |
FrontendActions.cpp | 136 if (IsExternC && LangOpts.CPlusPlus) 154 if (IsExternC && LangOpts.CPlusPlus)
|
ASTUnit.cpp | 282 if (LangOpts.CPlusPlus || !isa<TagDecl>(ND)) 291 if (LangOpts.CPlusPlus) 296 if (LangOpts.CPlusPlus || isa<ObjCInterfaceDecl>(ND)) 316 if (LangOpts.CPlusPlus) 404 if (TheSema->Context.getLangOpts().CPlusPlus && [all...] |
CompilerInvocation.cpp | [all...] |
/external/clang/lib/Parse/ |
ParseInit.cpp | 213 if (getLangOpts().ObjC1 && getLangOpts().CPlusPlus) { 394 if (!getLangOpts().CPlusPlus)
|
ParseOpenMP.cpp | 248 if (AllowScopeSpecifier && getLangOpts().CPlusPlus && 597 if (getLangOpts().CPlusPlus) {
|
ParseDeclCXX.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | 313 if (!getLangOpts().C99 && !getLangOpts().CPlusPlus) { [all...] |
SemaInit.cpp | 40 if (Context.getLangOpts().CPlusPlus || Context.getLangOpts().C11) { 173 if (S.getLangOpts().CPlusPlus) { [all...] |
IdentifierResolver.cpp | 108 if (LangOpt.CPlusPlus) {
|
SemaPseudoObject.cpp | 744 if (!S.getLangOpts().CPlusPlus || !op->getType()->isRecordType()) { 746 if (!S.getLangOpts().CPlusPlus || !paramType->isRecordType()) { 845 if (!S.getLangOpts().CPlusPlus) return false; [all...] |
/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/lldb/source/Expression/ |
ClangExpressionParser.cpp | 271 m_compiler->getLangOpts().CPlusPlus = true; 278 m_compiler->getLangOpts().CPlusPlus = true;
|
/external/clang/lib/CodeGen/ |
CGException.cpp | 109 if (CGM.getLangOpts().CPlusPlus) 224 if (L.CPlusPlus && L.ObjC1) 226 else if (L.CPlusPlus) 300 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions) [all...] |
/external/chromium_org/styleguide/c++/ |
c++11.html | 129 <td><a href="http://www.cplusplus.com/reference/cstdint/"> 198 <td><a href="http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=338"> 744 <td><a href="http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=217"> [all...] |
/external/clang/lib/AST/ |
TypePrinter.cpp | 638 } else if (T->getNumParams() == 0 && !Policy.LangOpts.CPlusPlus) { 882 // = Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword; 886 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword || [all...] |
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 322 if (!Features.CPlusPlus && !Features.C99 && Diags) 818 : PP.getLangOpts().CPlusPlus [all...] |
/external/lldb/source/ |
lldb.cpp | 45 #include "Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h"
|
/prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
swigmacros.swg | 127 /* Disable 'modern' cplusplus casting operators */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cpplib.h | 297 unsigned char cplusplus; member in struct:cpp_options 299 /* Nonzero means handle cplusplus style comments. */ [all...] |