Home
last modified time | relevance | path

Searched defs:NullPtr (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DTemplateBase.h53 NullPtr, enumerator
/external/clang/lib/AST/
DASTDiagnostic.cpp1570 void PrintExpr(const Expr *E, bool NullPtr = false) { in PrintExpr()
1674 void PrintValueDecl(ValueDecl *VD, bool AddressOf, bool NullPtr) { in PrintValueDecl()
/external/llvm/tools/bugpoint/
DMiscompilation.cpp864 Constant *NullPtr = ConstantPointerNull::get(F->getType()); in CleanupAndPrepareModules() local
/external/llvm/lib/IR/
DConstants.cpp1938 Constant *NullPtr = Constant::getNullValue(AligningTy->getPointerTo(0)); in getAlignOf() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6940 SDValue Chain, InFlag, Callee, NullPtr; in visitStackmap() local