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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
NullEncodedValue.java 37 public static final NullEncodedValue NullValue = new NullEncodedValue();
  /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 604 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
606 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 374 std::string NullValue;
377 NullValue = "nil";
379 NullValue = "NULL";
381 NullValue = "(void*) 0";
388 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
    [all...]

Completed in 333 milliseconds