HomeSort by relevance Sort by last modified time
    Searched full:cplusplus (Results 26 - 50 of 207) sorted by null

12 3 4 5 6 7 8 9

  /external/clang/test/Analysis/inlining/
stl.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=false -std=c++11 -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,cplusplus.NewDelete,debug.ExprInspection -analyzer-config c++-container-inlining=true -analyzer-config c++-stdlib-inlining=true -std=c++11 -DINLINE=1 -verify %s
  /external/clang/test/Analysis/
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/lldb/source/Plugins/
Android.mk 13 LanguageRuntime/CPlusPlus/ItaniumABI \
Makefile 20 LanguageRuntime/CPlusPlus/ItaniumABI \
  /prebuilts/misc/common/swig/include/2.0.11/guile/
cplusplus.i 2 * cplusplus.i
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/clang/include/clang/Frontend/
LangStandard.h 25 CPlusPlus = (1 << 4),
71 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
  /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
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 12 // Don't have native <cplusplus> headers
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_android.h 15 // Don't have native <cplusplus> headers
  /external/clang/lib/AST/
ExprClassification.cpp 43 if (!Ctx.getLangOpts().CPlusPlus) {
93 return Lang.CPlusPlus ? ClassifyTemporary(E->getType()) : Cl::CL_PRValue;
143 return Ctx.getLangOpts().CPlusPlus ? ClassifyTemporary(E->getType())
240 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
275 if (Lang.CPlusPlus)
324 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
332 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
339 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
420 (Ctx.getLangOpts().CPlusPlus &&
431 if (!Ctx.getLangOpts().CPlusPlus) return Cl::CL_PRValue
    [all...]
TemplateName.cpp 164 LO.CPlusPlus = true;
175 LO.CPlusPlus = true;
  /external/chromium_org/third_party/mesa/src/bin/
mklib 117 echo ' -cplusplus link with C++ runtime'
141 CPLUSPLUS=0
204 '-cplusplus')
205 CPLUSPLUS=1
315 if [ $CPLUSPLUS = 1 ] ; then
448 if [ $CPLUSPLUS = 1 ] ; then
543 if [ $CPLUSPLUS = 1 ] ; then
617 if [ $CPLUSPLUS = 1 ] ; then
728 if [ $CPLUSPLUS = 1 ] ; then
795 if [ $CPLUSPLUS = 1 ] ; the
    [all...]
  /external/mesa3d/bin/
mklib 117 echo ' -cplusplus link with C++ runtime'
141 CPLUSPLUS=0
204 '-cplusplus')
205 CPLUSPLUS=1
315 if [ $CPLUSPLUS = 1 ] ; then
448 if [ $CPLUSPLUS = 1 ] ; then
543 if [ $CPLUSPLUS = 1 ] ; then
617 if [ $CPLUSPLUS = 1 ] ; then
728 if [ $CPLUSPLUS = 1 ] ; then
795 if [ $CPLUSPLUS = 1 ] ; the
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jmc.h 59 #endif /* cplusplus */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cppdefault.h 39 const char cplusplus; /* Only look here if we're compiling C++. */ member in struct:default_include
  /external/harfbuzz_ng/test/api/
Makefile.am 50 test-cplusplus \
52 test_cplusplus_SOURCES = test-cplusplus.cc
  /external/clang/include/clang/Basic/
LangOptions.def 50 LANGOPT(CPlusPlus , 1, 0, "C++")
66 LANGOPT(WChar , 1, CPlusPlus, "wchar_t keyword")
71 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
Makefile 86 -cplusplus \

Completed in 1967 milliseconds

12 3 4 5 6 7 8 9