HomeSort by: relevance | last modified time | path
    Searched refs:getCanBeFlattened (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 465 bool getCanBeFlattened() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 1491 if (AI.isDirect() && AI.getCanBeFlattened() && STy) {
1680 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) {
2878 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy &&
4935 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) {

Completed in 45 milliseconds