Searched defs:NullCheckValue (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGVTables.cpp182 bool NullCheckValue = !ResultType->isReferenceType(); local
190 if (NullCheckValue) {
204 if (NullCheckValue) {
H A DCGClass.cpp139 bool NullCheckValue) {
169 if (NullCheckValue) {
201 if (NullCheckValue) {
222 bool NullCheckValue) {
241 if (NullCheckValue) {
259 if (NullCheckValue) {
135 GetAddressOfBaseClass(llvm::Value *Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument
218 GetAddressOfDerivedClass(llvm::Value *Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument

Completed in 134 milliseconds