HomeSort by relevance Sort by last modified time
    Searched refs:Std (Results 1 - 18 of 18) 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/5/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/6/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/7/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/8/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 100 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) {
240 Opts.CheckersControlList.push_back(std::make_pair(checkers[i], enable));
790 std::vector<std::string> Inputs = Args.getAllArgValues(OPT_INPUT);
809 std::string CompilerInvocation::GetResourcesPath(const char *Argv0,
    [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 172 use Getopt::Std;
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 112 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + "."));
119 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + Dirs.substr(0, Delim)));
130 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + "."));
137 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + Dirs));
218 std::string ProfileRT =
219 std::string(TC.getDriver().Dir) + "/../lib/libprofile_rt.a";
473 static std::string getARMTargetCPU(const ArgList &Args,
497 std::string NativeMArch;
499 std::string CPU = llvm::sys::getHostCPUName();
503 NativeMArch = std::string("arm") + getLLVMArchSuffixForARM(CPU)
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 287 milliseconds