HomeSort by: relevance | last modified time | path
    Searched defs:NullValue (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.y 187 %type <value> NullValue
898 | NullValue
951 NullValue : kw_NULL
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachO_arm64.cpp 664 uint64_t NullValue = 0;
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 302 | NullValue
llvm_ocaml.c 632 NullValue = 0,
664 return Val_int(NullValue);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 3478 Constant *NullValue = Constant::getNullValue(I.getType());
3480 Constant *C = NullValue;
3494 BestValue = NullValue;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 3563 SmallVector<Value *, 2> NullValue;
3574 NullValue.push_back(AM.OriginalValue);
3578 for (auto *V : NullValue)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 458 std::string NullValue;
460 NullValue = "nil";
462 NullValue = "nullptr";
464 NullValue = "NULL";
466 NullValue = "(void*) 0";
473 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
11648 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1;
11656 << NullValue
11658 NullValue ? "NULL" : "(void *)0");
11664 << NullValue
    [all...]

Completed in 50 milliseconds