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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp121 bool NullCheckValue = !ResultType->isReferenceType(); local
129 if (NullCheckValue) {
142 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.h1560 bool NullCheckValue);
1566 bool NullCheckValue);

Completed in 168 milliseconds