Home
last modified time | relevance | path

Searched defs:isFunc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dscope.go32 isFunc bool // set if this is a function scope (internal use only) member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dscope.go29 isFunc bool // set if this is a function scope (internal use only) member
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOModule.cpp549 bool isFunc) { in addPotentialUndefinedSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOModule.cpp540 bool isFunc) { in addPotentialUndefinedSymbol()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp537 bool isFunc) { in addPotentialUndefinedSymbol()
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go3904 func isFunc(typе cpp_types.Type) bool { func
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp2023 bool isFunc = D.isDeclarationOfFunction(); in ActOnCXXMemberDeclarator() local