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

  /external/mesa3d/src/mesa/main/
APIspecutil.py 263 def ConversionFunction(funcname):
es_generator.py 280 # for each function record, though. The "ConversionFunction"
289 alias = apiutil.ConversionFunction(funcName)
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 267 /// ConversionFunction - The function that will perform the
270 FunctionDecl* ConversionFunction;
273 /// the same as \c ConversionFunction or it might be a using declaration
274 /// that refers to \c ConversionFunction.
  /external/clang/lib/Sema/
SemaOverload.cpp 473 if (ConversionFunction)
474 OS << '\'' << *ConversionFunction << '\'';
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 60 milliseconds