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

1 2

  /external/clang/test/Modules/Inputs/
cxx-templates-common.h 13 namespace Std {
19 namespace Std {
cxx-templates-a.h 52 void InstantiateWithFriend(Std::WithFriend<int> wfi) {}
cxx-templates-b.h 69 Std::f<int>();
  /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/ltrace/sysdeps/linux-gnu/
mksyscallent_s390 30 use Getopt::Std;
  /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
  /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;
  /frameworks/base/media/mca/filterfw/native/core/
statistics.h 33 float Std() const;
statistics.cpp 46 float IncrementalGaussian::Std() const {
  /external/clang/test/Modules/
cxx-templates.cpp 2 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-lookups | FileCheck %s --check-prefix=CHECK-GLOBAL
3 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-lookups -ast-dump-filter N | FileCheck %s --check-prefix=CHECK-NAMESPACE-N
4 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump | FileCheck %s --check-prefix=CHECK-DUMP
5 // RUN: %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
136 bool testFriendInClassTemplate(Std::WithFriend<int> wfi) {
140 namespace Std {
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 114 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) {
255 Opts.CheckersControlList.push_back(std::make_pair(checkers[i], enable));
270 std::tie(key, val) = configVals[i].split("=");
315 static std::shared_ptr<llvm::Regex>
319 std::string RegexError;
320 std::shared_ptr<llvm::Regex> Pattern = std::make_shared<llvm::Regex>(Val);
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 149 const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd);
150 Opts.LineComment = Std.hasLineComments();
151 Opts.C99 = Std.isC99();
152 Opts.CPlusPlus = Std.isCPlusPlus();
153 Opts.CPlusPlus11 = Std.isCPlusPlus11();
154 Opts.Digraphs = Std.hasDigraphs();
155 Opts.GNUMode = Std.isGNUMode();
156 Opts.GNUInline = !Std.isC99();
157 Opts.HexFloats = Std.hasHexFloats();
158 Opts.ImplicitInt = Std.hasImplicitInt()
    [all...]
  /external/lldb/scripts/
sed-sources 6 use Getopt::Std;
  /external/llvm/utils/
codegen-diff 3 use Getopt::Std;
  /external/chromium_org/tools/
run-bisect-perf-regression.py 324 'Std. Error'.center(20, ' '))
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgamma.c     [all...]
  /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 173 use Getopt::Std;
    [all...]

Completed in 637 milliseconds

1 2