Searched defs:NullValue (Results 1 - 7 of 7) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DNullEncodedValue.java37 public static final NullEncodedValue NullValue = new NullEncodedValue(); field in class:NullEncodedValue
/external/webkit/Source/WebCore/platform/sql/
H A DSQLValue.h39 enum Type { NullValue, NumberValue, StringValue }; enumerator in enum:WebCore::SQLValue::Type
41 SQLValue() : m_type(NullValue), m_number(0.0) { }
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.h59 NullValue, enumerator in enum:QScriptValue::SpecialValue
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp546 Constant *NullValue = Constant::getNullValue(Int64PtrTy); local
548 EdgeTable[i] = NullValue;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml210 | NullValue Constructor in type:ValueKind/t
H A Dllvm_ocaml.c410 NullValue=0, enumerator in enum:ValueKind
439 CAMLreturn(Val_int(NullValue));
/external/clang/lib/Sema/
H A DSemaExpr.cpp363 std::string NullValue; local
366 NullValue = "nil";
368 NullValue = "NULL";
370 NullValue = "(void*) 0";
377 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);

Completed in 315 milliseconds