HomeSort by relevance Sort by last modified time
    Searched defs:None (Results 201 - 225 of 605) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windows.system.threading.h 106 None = 0,
  /device/google/contexthub/util/nanotool/
contexthub.h 80 None = 0,
91 SensorSpecialRate special_rate = SensorSpecialRate::None;
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 300 None,
  /external/llvm/include/llvm/IR/
Attributes.h 69 None, ///< No attributes have been set
562 bool empty() const { return Attrs.none(); }
  /external/llvm/lib/CodeGen/
TargetPassConfig.cpp 114 enum class CFLAAType { None, Steensgaard, Andersen, Both };
116 "use-cfl-aa-in-codegen", cl::init(CFLAAType::None), cl::Hidden,
118 cl::values(clEnumValN(CFLAAType::None, "none", "Disable CFL-AA"),
452 if (getOptLevel() != CodeGenOpt::None && !DisableLSR) {
467 if (getOptLevel() != CodeGenOpt::None && !DisableConstantHoisting)
470 if (getOptLevel() != CodeGenOpt::None && !DisablePartialLibcallInlining)
498 case ExceptionHandling::None:
510 if (getOptLevel() != CodeGenOpt::None && !DisableCGP)
582 if (getOptLevel() != CodeGenOpt::None) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 84 enum class CFLAAType { None, Steensgaard, Andersen, Both };
86 UseCFLAA("use-cfl-aa", cl::init(CFLAAType::None), cl::Hidden,
88 cl::values(clEnumValN(CFLAAType::None, "none", "Disable CFL-AA"),
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 327 InsertItemWithTag(PDB_SymType::None);
370 if (item->first == PDB_SymType::None || item->first >= PDB_SymType::Max)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 88 * - 0: None (-O0)
96 None, // -O0
244 optlevel = None;
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.h 39 None,
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 293 kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.StructValue;
306 kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.ListValue;
313 None = 0,
321 private KindOneofCase kindCase_ = KindOneofCase.None;
327 kindCase_ = KindOneofCase.None;
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 36 const Attributes None = 0; ///< No attributes have been set
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 49 None, // -O0
58 None, // No preference
301 /// generation. If OptLevel is None, the code generator should emit code as
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Attributes.h 69 None, ///< No attributes have been set
559 bool empty() const { return Attrs.none(); }
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice_internal.h 74 struct None {};
77 static None Get(...);
82 return !std::is_same<Result, None>() && Checker::template valid<Result>();
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 329 XDamageSubtract(display(), damage_handle_, None, damage_region_);
  /frameworks/base/libs/hwui/
Glop.h 46 None = 0,
62 None = 0,
PathCache.h 108 enum class ShapeType { None, Rect, RoundRect, Circle, Oval, Arc, Path };
TessellationCache.h 56 None,
  /frameworks/base/libs/hwui/utils/
Color.h 73 enum class TransferFunctionType : int8_t { None = 0, Full, Limited, Gamma };
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 46 None
98 State() : numArgs(0), ID(-1), severity(None), file(NULL) {}
104 severity = None;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 71 None, ///< No attributes have been set
661 bool empty() const { return Attrs.none(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Attributes.h 72 None, ///< No attributes have been set
793 bool empty() const { return Attrs.none(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Attributes.h 72 None, ///< No attributes have been set
793 bool empty() const { return Attrs.none(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 319 None,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Attributes.h 72 None, ///< No attributes have been set
794 bool empty() const { return Attrs.none(); }
    [all...]

Completed in 1576 milliseconds

1 2 3 4 5 6 7 891011>>