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

/external/clang/lib/CodeGen/
H A DCGVTables.cpp87 bool NullCheckValue = !ResultType->isReferenceType(); local
95 if (NullCheckValue) {
111 if (NullCheckValue) {
H A DCGClass.cpp267 CastExpr::path_const_iterator PathEnd, bool NullCheckValue,
312 DerivedTy, DerivedAlign, !NullCheckValue);
322 if (NullCheckValue) {
352 if (NullCheckValue) {
371 bool NullCheckValue) {
390 if (NullCheckValue) {
409 if (NullCheckValue) {
264 GetAddressOfBaseClass( Address Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue, SourceLocation Loc) argument
367 GetAddressOfDerivedClass(Address BaseAddr, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument

Completed in 178 milliseconds