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

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLValue.h 39 enum Type { NullValue, NumberValue, StringValue };
41 SQLValue() : m_type(NullValue), m_number(0.0) { }
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
NullEncodedValue.java 37 public static final NullEncodedValue NullValue = new NullEncodedValue();
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 634 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
636 EdgeTable[i] = NullValue;
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 210 | NullValue
    [all...]
llvm_ocaml.c 410 NullValue=0,
439 CAMLreturn(Val_int(NullValue));
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 408 std::string NullValue;
411 NullValue = "nil";
413 NullValue = "NULL";
415 NullValue = "(void*) 0";
422 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
    [all...]

Completed in 1166 milliseconds