Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp1190 StringRef TypeExt = TypeExtMap.lookup(Ty); in emitTypeExtensionGuards() local
1191 if (!TypeExt.empty()) { in emitTypeExtensionGuards()
1194 TypeExt.split(ExtVec, " "); in emitTypeExtensionGuards()