HomeSort by relevance Sort by last modified time
    Searched defs:NullValue (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/sql/
SQLValue.h 39 enum Type { NullValue, NumberValue, StringValue };
41 SQLValue() : m_type(NullValue), m_number(0.0) { }
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.h 59 NullValue,
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 538 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
540 EdgeTable[i] = NullValue;
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 209 | NullValue
    [all...]
llvm_ocaml.c 411 NullValue=0,
440 CAMLreturn(Val_int(NullValue));
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 270 std::string NullValue;
273 NullValue = "nil";
275 NullValue = "NULL";
277 NullValue = "(void*) 0";
284 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
    [all...]

Completed in 188 milliseconds