Searched refs:NullCheckValue (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGVTables.cpp73 bool NullCheckValue = !ResultType->isReferenceType(); local
81 if (NullCheckValue) {
94 if (NullCheckValue) {
H A DCGClass.cpp142 bool NullCheckValue) {
190 if (NullCheckValue) {
216 if (NullCheckValue) {
235 bool NullCheckValue) {
254 if (NullCheckValue) {
272 if (NullCheckValue) {
138 GetAddressOfBaseClass(llvm::Value *Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument
231 GetAddressOfDerivedClass(llvm::Value *Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument
H A DCodeGenFunction.h1589 bool NullCheckValue);
1595 bool NullCheckValue);

Completed in 365 milliseconds