Home
last modified time | relevance | path

Searched refs:isFunc (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h170 bool isFunc);
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h174 bool isFunc);
/external/llvm/lib/LTO/
DLTOModule.cpp549 bool isFunc) { in addPotentialUndefinedSymbol() argument
573 info.isFunction = isFunc; in addPotentialUndefinedSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOModule.cpp536 bool isFunc) { in addPotentialUndefinedSymbol() argument
561 info.isFunction = isFunc; in addPotentialUndefinedSymbol()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp2023 bool isFunc = D.isDeclarationOfFunction(); in ActOnCXXMemberDeclarator() local
2031 if (!isFunc) in ActOnCXXMemberDeclarator()
2080 if (isFunc) { in ActOnCXXMemberDeclarator()
2097 !isFunc); in ActOnCXXMemberDeclarator()