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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLValue.h38 enum Type { NullValue, NumberValue, StringValue }; enumerator in enum:WebCore::SQLValue::Type
40 SQLValue() : m_type(NullValue), m_number(0.0) { }
/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/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp634 Constant *NullValue = Constant::getNullValue(Int64PtrTy); local
636 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.cpp408 std::string NullValue; local
411 NullValue = "nil";
413 NullValue = "NULL";
415 NullValue = "(void*) 0";
422 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);

Completed in 434 milliseconds