HomeSort by relevance Sort by last modified time
    Searched refs:NullCheckValue (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.cpp 87 bool NullCheckValue = !ResultType->isReferenceType();
95 if (NullCheckValue) {
111 if (NullCheckValue) {
    [all...]
CGClass.cpp 268 CastExpr::path_const_iterator PathEnd, bool NullCheckValue,
313 DerivedTy, DerivedAlign, !NullCheckValue);
323 if (NullCheckValue) {
353 if (NullCheckValue) {
372 bool NullCheckValue) {
391 if (NullCheckValue) {
410 if (NullCheckValue) {
    [all...]
CodeGenFunction.h     [all...]

Completed in 427 milliseconds