/external/chromium_org/third_party/cros_dbus_cplusplus/ |
README.chromium | 1 Name: dbus-cplusplus 2 URL: http://dbus-cplusplus.sourceforge.net/
|
/external/clang/test/Modules/Inputs/DependsOnModule.framework/ |
module.map | 8 requires cplusplus
|
/external/clang/test/Analysis/ |
NewDelete-variadic.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks,unix.Malloc -std=c++11 -fblocks -verify %s
|
Malloc+NewDelete_intersections.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete -std=c++11 -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks -std=c++11 -verify %s 9 // Check that unix.Malloc + cplusplus.NewDelete does not enable
|
NewDelete+MismatchedDeallocator_intersections.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,unix.MismatchedDeallocator -std=c++11 -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks,unix.MismatchedDeallocator -DLEAKS -std=c++11 -verify %s 10 // Check that alpha.cplusplus.NewDelete + unix.MismatchedDeallocator
|
NewDelete-custom.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,unix.Malloc -std=c++11 -fblocks -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks,unix.Malloc -std=c++11 -DLEAKS -fblocks -verify %s
|
NewDelete-intersections.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete -std=c++11 -fblocks -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks -std=c++11 -DLEAKS -fblocks -verify %s 12 // checkers bounded with cplusplus.NewDelete.
|
Malloc+MismatchedDeallocator+NewDelete.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,unix.MismatchedDeallocator,cplusplus.NewDelete -std=c++11 -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,unix.MismatchedDeallocator,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks -DLEAKS -std=c++11 -verify %s 44 // Check that alpha.cplusplus.NewDelete catches all types of bugs.
|
virtualcall.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.cplusplus.VirtualCall -analyzer-store region -verify %s
|
Malloc+MismatchedDeallocator_intersections.cpp | 10 // warnings produced by the alpha.cplusplus.NewDelete checker.
|
/external/clang/test/Modules/ |
requires.m | 4 @import DependsOnModule.CXX; // expected-error{{module 'DependsOnModule.CXX' requires feature 'cplusplus'}}
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
README | 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/ |
README | 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/ |
README | 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/ |
README | 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/ |
README | 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/ |
README | 8 See docs/CPLUSPLUS-SUPPORT.html for more details.
|
/external/clang/include/clang/Frontend/ |
LangStandards.def | 89 LineComment | CPlusPlus | Digraphs) 92 LineComment | CPlusPlus | Digraphs) 95 LineComment | CPlusPlus | Digraphs | GNUMode) 99 LineComment | CPlusPlus | CPlusPlus11 | Digraphs) 102 LineComment | CPlusPlus | CPlusPlus11 | Digraphs) 105 LineComment | CPlusPlus | CPlusPlus11 | Digraphs | GNUMode) 108 LineComment | CPlusPlus | CPlusPlus11 | Digraphs | GNUMode) 112 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus1y | Digraphs) 115 LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus1y | Digraphs | 132 LineComment | CPlusPlus | Digraphs [all...] |
LangStandard.h | 25 CPlusPlus = (1 << 4), 70 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
|
/external/marisa-trie/ |
README | 55 CPlusPlus
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | [all...] |
/external/stlport/stlport/stl/config/ |
_android.h | 12 // Don't have native <cplusplus> headers
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 12 // Don't have native <cplusplus> headers
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 12 // Don't have native <cplusplus> headers
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 12 // Don't have native <cplusplus> headers
|