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

  /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_ocaml.c 632 NullValue = 0,
664 return Val_int(NullValue);
llvm.ml 302 | NullValue
llvm.mli 337 | 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/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...]
  /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/AST/
ExprConstant.cpp 6974 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0));
6976 /*Offset=*/CharUnits::fromQuantity(NullValue),

Completed in 78 milliseconds