Home
last modified time | relevance | path

Searched refs:FunctionTypes (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp363 auto I = pImpl->FunctionTypes.find_as(Key); in get()
366 if (I == pImpl->FunctionTypes.end()) { in get()
371 pImpl->FunctionTypes.insert(FT); in get()
H A DLLVMContextImpl.h341 FunctionTypeSet FunctionTypes; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp236 namespace FunctionTypes { namespace