Searched defs:None (Results 1 - 25 of 142) sorted by relevance

123456

/external/llvm/include/llvm/ADT/
H A DNone.h1 //===-- None.h - Simple null value for implicit construction ------*- C++ -*-=//
10 // This file provides None, an enumerator for use in implicit constructors
22 enum class NoneType { None };
23 const NoneType None = None; member in namespace:llvm
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DNone.h1 //===-- None.h - Simple null value for implicit construction ------*- C++ -*-=//
10 // This file provides None, an enumerator for use in implicit constructors
22 enum class NoneType { None };
23 const NoneType None = None; member in namespace:llvm
/external/junit/src/main/java/org/junit/
H A DTest.java71 static class None extends Throwable { class in interface:Test
74 private None() { method in class:Test.None
84 Class<? extends Throwable> expected() default None.class;
/external/clang/test/Analysis/Inputs/
H A Dqt-simulator.h7 enum Type { None }; enumerator in enum:QEvent::Type
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DSampleEnum.cs39 None = 0, enumerator in enum:Google.Protobuf.SampleEnum
/external/clang/include/clang/Index/
H A DIndexingAction.h25 None, member in class:clang::index::IndexingOptions::SystemSymbolFilterKind
/external/llvm/include/llvm/Linker/
H A DLinker.h29 None = 0, enumerator in enum:llvm::Linker::Flags
49 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
53 unsigned Flags = Flags::None);
/external/llvm/tools/llvm-pdbdump/
H A DFunctionDumper.h23 enum class PointerType { None, Pointer, Reference }; member in class:llvm::pdb::FunctionDumper::PointerType
H A DCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator in enum:llvm::pdb::CompilandDumper::Flags
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
H A DNone.java2 * None
12 public class None extends Check { class in inherits:Check
13 public None() { method in class:None
15 name = "None";
/external/skia/src/jumper/
H A DSkJumper_misc.h66 // Lazily resolved on first cast. Does nothing if cast to Ctx::None.
68 struct None {}; struct in struct:Ctx
80 operator None() { return None{}; }
/external/skqp/src/jumper/
H A DSkJumper_misc.h66 // Lazily resolved on first cast. Does nothing if cast to Ctx::None.
68 struct None {}; struct in struct:Ctx
80 operator None() { return None{}; }
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_contentmarkitem.h21 enum ParamType { None, PropertiesDict, DirectDict }; enumerator in enum:CPDF_ContentMarkItem::ParamType
/external/pdfium/xfa/fwl/
H A Dcfwl_eventscroll.h15 None = 1, member in class:CFWL_EventScroll::Code
/external/skia/tools/skqp/
H A Dgm_runner.h83 None = 0, member in class:gm_runner::Error
/external/skqp/tools/skqp/
H A Dgm_runner.h83 None = 0, member in class:gm_runner::Error
/external/protobuf/python/google/protobuf/internal/
H A Dapi_implementation.py60 raise ImportError('_use_fast_cpp_protos import succeeded but was None') namespace
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py35 self.sys_import = None namespace
40 if self.sys_import is None: namespace
52 if self.sys_import is None: namespace
/external/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py35 self.sys_import = None namespace
40 if self.sys_import is None: namespace
52 if self.sys_import is None: namespace
/external/swiftshader/src/Shader/
H A DSamplerCore.hpp35 None, enumerator in enum:sw::SamplerOption
41 SamplerFunction(SamplerMethod method, SamplerOption option = None) : method(method), option(option) {} argument
/external/v8/src/
H A Dfield-type.cc16 FieldType* FieldType::None() { function in class:v8::internal::FieldType
28 Handle<FieldType> FieldType::None(Isolate* isolate) { function in class:v8::internal::FieldType
29 return handle(None(), isolate);
47 DCHECK(object == None() || object == Any() || object->IsMap());
77 if (IsNone()) return AstType::None();
86 os << "None";
/external/clang/tools/c-index-test/
H A Dcore_main.cpp32 None, member in class:__anon3646::ActionType
41 Action(cl::desc("Action:"), cl::init(ActionType::None),
216 if (options::Action == ActionType::None) {
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml18 | None Constructor in type:CodeGenOptLevel/t
103 | None -> lst
/external/llvm/include/llvm/ExecutionEngine/
H A DJITSymbolFlags.h24 None = 0, member in class:llvm::JITSymbolFlags
67 JITSymbolFlags Flags = JITSymbolFlags::None;
77 JITSymbolFlags Flags = JITSymbolFlags::None;
/external/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp45 cl::values(clEnumValN(FunctionNameKind::None, "none", "omit function name"),
163 DIPrinter Printer(outs(), ClPrintFunctions != FunctionNameKind::None, member in class:FunctionNameKind

Completed in 669 milliseconds

123456