Home
last modified time | relevance | path

Searched refs:argNames (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1087 ArgNames argNames; in createCatchWrappedInvokeFunction() local
1088 argNames.push_back("exceptTypeToThrow"); in createCatchWrappedInvokeFunction()
1093 argNames, in createCatchWrappedInvokeFunction()
1690 ArgNames argNames; in createStandardUtilityFunctions() local
1702 argNames.clear(); in createStandardUtilityFunctions()
1707 argNames, in createStandardUtilityFunctions()
1721 argNames.clear(); in createStandardUtilityFunctions()
1726 argNames, in createStandardUtilityFunctions()
1739 argNames.clear(); in createStandardUtilityFunctions()
1744 argNames, in createStandardUtilityFunctions()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp1818 SmallVector<llvm::Metadata *, 8> argNames; in GenKernelArgMetadata() local
1824 argNames.push_back(llvm::MDString::get(VMContext, parm->getName())); in GenKernelArgMetadata()
1933 llvm::MDNode::get(VMContext, argNames)); in GenKernelArgMetadata()