Home
last modified time | relevance | path

Searched defs:Null (Results 1 - 24 of 24) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DNullDerefOnEmptyTest.cpp10 static volatile int *Null = 0; variable
H A DNullDerefTest.cpp11 static volatile int *Null = 0; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Ddoggo-or-null.hpp7 class Null {}; class
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddoggo-or-null.rs36 pub struct Null { structure names
/third_party/node/src/
H A Djson_utils.h128 struct Null {}; // Usable as a JSON value. struct in node::JSONWriter
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonToken.cs49 internal static JsonToken Null { get { return _null; } } property in Google.Protobuf.JsonToken
75 Null, enumerator
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-null.hh93 struct Null { struct
106 #define Null(Type) NullHelper<Type>::get_null () macro
[all...]
H A Dhb-aat-layout-common.hh425 struct Null<AAT::Lookup<T>> { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp165 Value *Null = ConstantPointerNull::get(VoidStar); in runOnModule() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DInstance.cpp172 Register(null::Connect(this), wgpu::BackendType::Null); in EnsureBackendConnection() member in dawn_native::wgpu::BackendType
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DDawnNative.h46 Null, member in dawn_native::BackendType
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h843 V8_INLINE Local<Primitive> Null(Isolate* isolate) { in Null() function
/third_party/node/deps/v8/include/
H A Dv8-primitive.h836 V8_INLINE Local<Primitive> Null(Isolate* isolate) { in Null() function
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py14 class Null: class in ColorFormatter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp511 Value *Null = ConstantPointerNull::get(cast<PointerType>(CI->getType())); in tryToPeepholeInstruction() local
516 << " New = " << *Null << "\n"); in tryToPeepholeInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h285 Null, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp983 Constant *Null = Constant::getNullValue(VoidPtrTy); in mapAppendingVariable() local
/third_party/python/Objects/
H A Dframeobject.c140 Null = 4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h291 Null, member in llvm::pdb::PDB_Checksum::PDB_LocType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DConstantFolding.cpp1226 Constant *Null = Constant::getNullValue(C->getType()); in ConstantFoldCompareInstOperands() local
1236 Constant *Null = Constant::getNullValue(C->getType()); in ConstantFoldCompareInstOperands() local
H A DInstructionSimplify.cpp3482 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1413 auto *Null = ConstantPointerNull::get(Type::getInt8PtrTy(Context)); in prepareForSplit() local
/third_party/python/Tools/clinic/
H A Dclinic.py58 class Null: class
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h35 static PreParserIdentifier Null() { in Null() function in v8::internal::PreParserIdentifier
98 static PreParserExpression Null() { return PreParserExpression(); } in Null() function in v8::internal::PreParserExpression
376 static PreParserStatementList Null() { return PreParserStatementList(true); } in Null() function in v8::internal::PreParserStatementList
423 static PreParserStatement Null() { in Null() function in v8::internal::PreParserStatement
506 static PreParserBlock Null() { in Null() function in v8::internal::PreParserBlock
[all...]

Completed in 40 milliseconds