HomeSort by relevance Sort by last modified time
    Searched defs:OldInit (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
AutoUpgrade.cpp 198 ConstantArray *OldInit = dyn_cast<ConstantArray>(OldInitC);
199 if (!OldInit && !isa<ConstantAggregateZero>(OldInitC))
202 if (OldInit) {
203 for (Use &U : OldInit->operands()) {
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]

Completed in 95 milliseconds