/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
|
/prebuilts/ndk/9/sources/cxx-stl/EH/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 | 108 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) { 249 Opts.CheckersControlList.push_back(std::make_pair(checkers[i], enable)); [all...] |
/external/llvm/utils/ |
codegen-diff | 3 use Getopt::Std;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/ |
BcKeyStoreSpi.java | 1044 public static class Std 1047 public Std()
|
/external/mksh/src/ |
check.pl | 172 use Getopt::Std; [all...] |
/external/chromium_org/tools/ |
bisect-perf-regression.py | [all...] |
/external/clang/lib/Driver/ |
Tools.cpp | 115 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + ".")); 122 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + Dirs.substr(0, Delim))); 133 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + ".")); 140 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + Dirs)); 221 std::string ProfileRT = 222 std::string(TC.getDriver().Dir) + "/../lib/libprofile_rt.a"; 475 static std::string getARMTargetCPU(const ArgList &Args, 499 std::string NativeMArch; 501 std::string CPU = llvm::sys::getHostCPUName(); 505 NativeMArch = std::string("arm") + getLLVMArchSuffixForARM(CPU) [all...] |
/external/clang/lib/Sema/ |
SemaDeclCXX.cpp | [all...] |
SemaOverload.cpp | [all...] |