Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86Base.td20 let EnableOpenCLLong = 1;
H A DBuiltinsBase.td108 bit EnableOpenCLLong = 0;
H A DBuiltinsX86.td18 let EnableOpenCLLong = 1;
1018 let Features = "rdpru", Attributes = [NoThrow], EnableOpenCLLong = 0 in {
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp157 EnableOpenCLLong(Builtin->getValueAsBit("EnableOpenCLLong")) { in PrototypeParser()
282 } else if (EnableOpenCLLong && T.consume_front("long long")) { in ParseType()
371 bool EnableOpenCLLong; member in __anon1f5e8a8e0111::PrototypeParser