HomeSort by relevance Sort by last modified time
    Searched defs:Default (Results 26 - 50 of 308) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
32 Default = 0,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
29 Default = 0,
32 // In OpenCL each l-value must have certain non-default address space, each
33 // r-value must have no address space (i.e. the default address space). The
34 // pointee of a pointer must have non-default address space.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
29 Default = 0,
32 // In OpenCL each l-value must have certain non-default address space, each
33 // r-value must have no address space (i.e. the default address space). The
34 // pointee of a pointer must have non-default address space.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
29 Default = 0,
32 // In OpenCL each l-value must have certain non-default address space, each
33 // r-value must have no address space (i.e. the default address space). The
34 // pointee of a pointer must have non-default address space.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
29 Default = 0,
32 // In OpenCL each l-value must have certain non-default address space, each
33 // r-value must have no address space (i.e. the default address space). The
34 // pointee of a pointer must have non-default address space.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
32 Default = 0,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
32 Default = 0,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
32 Default = 0,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
29 Default = 0,
32 // In OpenCL each l-value must have certain non-default address space, each
33 // r-value must have no address space (i.e. the default address space). The
34 // pointee of a pointer must have non-default address space.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
29 Default = 0,
32 // In OpenCL each l-value must have certain non-default address space, each
33 // r-value must have no address space (i.e. the default address space). The
34 // pointee of a pointer must have non-default address space.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
29 Default = 0,
32 // In OpenCL each l-value must have certain non-default address space, each
33 // r-value must have no address space (i.e. the default address space). The
34 // pointee of a pointer must have non-default address space.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
AddressSpaces.h 27 // The default value 0 is the value used in QualType for the the situation
29 Default = 0,
32 // In OpenCL each l-value must have certain non-default address space, each
33 // r-value must have no address space (i.e. the default address space). The
34 // pointee of a pointer must have non-default address space.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sbe.h 13 WINBOOL Default;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
default.py 33 def validate_default_value(default):
34 if default not in ["source", "target"]:
35 raise exception.InvalidDefaultValue("{0} is not a valid default_* value.".format(default))
37 return default
40 def validate_default_range(default):
41 if default not in ["low", "high", "low_high"]:
42 raise exception.InvalidDefaultRange("{0} is not a valid default_* range.".format(default))
44 return default
53 # four Default objects.
59 # and emit None for classes that don't set a default
104 default = None variable in class:Default
    [all...]
  /build/blueprint/
ninja_writer.go 176 func (n *ninjaWriter) Default(targets ...string) error {
187 wrapper.WriteString("default")
  /external/clang/test/CodeGenCXX/
microsoft-abi-throw.cpp 16 // CHECK-DAG: @"_CT??_R0?AUDefault@@@8??_ODefault@@QAEXAAU0@@Z1" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 0, i8* bitcast (%rtti.TypeDescriptor13* @"\01??_R0?AUDefault@@@8" to i8*), i32 0, i32 -1, i32 0, i32 1, i8* bitcast (void (%struct.Default*, %struct.Default*)* @"\01??_ODefault@@QAEXAAU0@@Z" to i8*) }, section ".xdata", comdat
55 struct Default {
56 Default(Default &, int = 42);
66 // CHECK: call x86_thiscallcc {{.*}} @"\01??0Default@@QAE@AAU0@H@Z"({{.*}} %[[this]], {{.*}} %[[src]], i32 42)
69 void h(Default &d) {
  /external/llvm/lib/IR/
Mangler.cpp 26 Default, ///< Emit default string before each symbol.
67 return getNameWithPrefixImpl(OS, GVName, DL, Default);
74 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix);
83 default:
110 ManglerPrefixTy PrefixTy = Default;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
69 ~StringSwitch() = default;
244 R Default(const T &Value) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
69 ~StringSwitch() = default;
244 R Default(const T &Value) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
69 ~StringSwitch() = default;
244 R Default(const T &Value) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
69 ~StringSwitch() = default;
244 R Default(const T &Value) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
69 ~StringSwitch() = default;
244 R Default(const T &Value) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
69 ~StringSwitch() = default;
244 R Default(const T &Value) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
69 ~StringSwitch() = default;
244 R Default(const T &Value) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringSwitch.h 40 /// .Default(UnknownColor);
69 ~StringSwitch() = default;
244 R Default(const T &Value) const {

Completed in 454 milliseconds

12 3 4 5 6 7 8 91011>>