HomeSort by relevance Sort by last modified time
    Searched refs:Std (Results 1 - 17 of 17) sorted by null

  /external/clang/test/Parser/
recovery.cpp 1 // RUN: %clang -cc1 -verify -std=c++11 %s
4 namespace Std { // expected-note {{here}}
9 inline namespace Std { // expected-error {{cannot be reopened as inline}}
11 } / end namespace Std // expected-error {{unqualified-id}}
13 Std::Important y;
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_platform.c 59 #include <Std.h>
omx_rpc_config.c 59 #include <Std.h>
  /external/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
  /frameworks/base/media/mca/filterfw/native/core/
statistics.h 33 float Std() const;
statistics.cpp 46 float IncrementalGaussian::Std() const {
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 114 /// ToArgsList - Helper class to create a list of std::strings.
116 std::vector<std::string> &Res;
118 explicit ToArgsList(std::vector<std::string> &Res) : Res(Res) {}
122 Res.push_back(std::string());
174 const std::pair<std::string, bool> &opt = Opts.CheckersControlList[i];
628 // FIXME: Need to set -std to get all the implicit options.
818 Res.push_back(std::string(Opts.Macros[i].second ? "-U" : "-D")
    [all...]
  /external/llvm/utils/
codegen-diff 3 use Getopt::Std;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 412 This package is my response to the standard modules Getopt::Std and
413 Getopt::Long. C<Std> doesn't support long options, and C<Long>
  /external/mksh/src/
check.pl 154 use Getopt::Std;
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 195 std::string ProfileRT =
196 std::string(TC.getDriver().Dir) + "/../lib/libprofile_rt.a";
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 967 milliseconds