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

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 347 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer());
350 RHS.isNullPointer());
596 ID.AddInteger((isNullPointer() ? 1 : 0) |
688 if (isNullPointer()) {
880 if (isLValue() && isNullPointer()) {
929 bool APValue::isNullPointer() const {
ExprConstant.cpp 1561 bool isNullPointer() const { return IsNullPtr;}
1581 IsNullPtr = V.isNullPointer();
5706 if (Result.isNullPointer())
5751 if (Ptr.isNullPointer() && !E->isGLValue())
6003 if (NonNull && V.isLValue() && V.isNullPointer()) {
6720 if (Pointer.isNullPointer()) {
14427 if (Pointer.isNullPointer()) {
ItaniumMangle.cpp 5452 return V.isNullPointer();
5651 if (V.isNullPointer()) {
ASTImporter.cpp 9273 FromValue.isNullPointer());
9298 FromValue.isNullPointer());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 487 bool isNullPointer() const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 1863 if (Value.isNullPointer()) {
CGExprScalar.cpp 2105 Result.Val.isNullPointer()) {

Completed in 133 milliseconds