Home
last modified time | relevance | path

Searched defs:isFunction (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidCStyleCastsCheck.cpp70 auto isFunction = [](QualType T) { in check() local
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h42 bool isFunction; member
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOModule.h43 bool isFunction = 0; member
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h63 virtual bool isFunction() const { return false; } in isFunction() function
157 virtual bool isFunction() const { return true; } in isFunction() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h43 bool isFunction = 0; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h43 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h43 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSPVRemapper.h223 bool isFunction(spv::Id oldId) const { return fnPos.find(oldId) != fnPos.end(); } in isFunction() function
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h223 bool isFunction(spv::Id oldId) const { return fnPos.find(oldId) != fnPos.end(); } in isFunction() function
/external/angle/src/compiler/translator/
DSymbol.h50 bool isFunction() const { return mSymbolClass == SymbolClass::Function; } in isFunction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp565 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler
/external/llvm-project/llvm/lib/Demangle/
DItaniumDemangle.cpp563 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler
/external/llvm/lib/LTO/
DLTOModule.cpp427 bool isFunction) { in addDefinedSymbol()
/external/llvm-project/llvm/lib/LTO/
DLTOModule.cpp419 bool isFunction) { in addDefinedSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp415 bool isFunction) { in addDefinedSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp436 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp756 bool XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp436 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h64 bool isFunction() const { return result_ != nullptr; } in isFunction() function
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp804 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp810 bool XCOFFSymbolRef::isFunction() const { in isFunction() function in llvm::object::XCOFFSymbolRef
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlFormatOutputBuilder.kt1018 private fun DocumentationNode.isFunction() = kind == functionKind in <lambda>() method in org.jetbrains.dokka.Formats.ClassPage
/external/llvm/lib/IR/
DVerifier.cpp1258 bool isFunction, const Value *V) { in verifyAttributeTypes()

12