Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp772 Value *ArgumentValue = Call->getArgOperand(ArgPair->second); in replaceCalledFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h252 using ArgumentValue = std::pair<ArgumentKind, intptr_t>; variable