Home
last modified time | relevance | path

Searched defs:IsParameter (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h27 IsParameter, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h27 IsParameter, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h27 IsParameter, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h27 IsParameter, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h27 IsParameter, enumerator
/aosp_15_r20/art/tools/veridex/
H A Dflow_analysis.h72 bool IsParameter() const { return source_ == RegisterSource::kParameter; } in IsParameter() function
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h380 IsParameter = 1 << 0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h403 IsParameter = 1 << 0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h408 IsParameter = 1 << 0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DCodeView.h418 IsParameter = 1 << 0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DCodeView.h411 IsParameter = 1 << 0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DCodeView.h418 IsParameter = 1 << 0, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DCodeView.h418 IsParameter = 1 << 0, enumerator
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp5184 bool IsParameter) { in CodeCompleteObjCPassingType()