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

  /external/clang/test/Parser/
cxx0x-in-cxx98.cpp 32 struct Conv { template<typename T> operator T(); };
34 bool pr21367_b = &Conv::operator int && false;
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 468 Value *Conv = new SIToFPInst(NewPHI, PN->getType(), "indvar.conv",
470 PN->replaceAllUsesWith(Conv);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp 303 // [conv.bool], and those aren't considered narrowing conversions.
    [all...]

Completed in 118 milliseconds