Searched defs:NullValue (Results 1 – 4 of 4) sorted by relevance
39 enum Type { NullValue, NumberValue, StringValue }; enumerator
59 NullValue, enumerator
198 TEST_P(ConfigDirPolicyProviderValueTest, NullValue) { in TEST_P() argument
543 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local