Home
last modified time | relevance | path

Searched defs:ArgumentValue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Basic/
H A DDiagnostic.h168 typedef std::pair<ArgumentKind, intptr_t> ArgumentValue; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DDiagnostic.h253 using ArgumentValue = std::pair<ArgumentKind, intptr_t>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DDiagnostic.h253 using ArgumentValue = std::pair<ArgumentKind, intptr_t>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DDiagnostic.h253 using ArgumentValue = std::pair<ArgumentKind, intptr_t>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DDiagnostic.h253 using ArgumentValue = std::pair<ArgumentKind, intptr_t>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1475 Value *ArgumentValue = Call->getArgOperand(ArgPair->second); in replaceCalledFunction() local