Searched refs:OCLC20_LANG (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1285 LANGBUILTIN(read_pipe, "i.", "tn", OCLC20_LANG) 1286 LANGBUILTIN(write_pipe, "i.", "tn", OCLC20_LANG) 1288 LANGBUILTIN(reserve_read_pipe, "i.", "tn", OCLC20_LANG) 1289 LANGBUILTIN(reserve_write_pipe, "i.", "tn", OCLC20_LANG) 1291 LANGBUILTIN(commit_write_pipe, "v.", "tn", OCLC20_LANG) 1292 LANGBUILTIN(commit_read_pipe, "v.", "tn", OCLC20_LANG) 1294 LANGBUILTIN(sub_group_reserve_read_pipe, "i.", "tn", OCLC20_LANG) 1295 LANGBUILTIN(sub_group_reserve_write_pipe, "i.", "tn", OCLC20_LANG) 1297 LANGBUILTIN(sub_group_commit_read_pipe, "v.", "tn", OCLC20_LANG) 1298 LANGBUILTIN(sub_group_commit_write_pipe, "v.", "tn", OCLC20_LANG) [all …]
|
D | Builtins.h | 39 OCLC20_LANG = 0x20, // builtin for OpenCL C only. enumerator
|
/external/clang/lib/Basic/ |
D | Builtins.cpp | 73 BuiltinInfo.Langs == OCLC20_LANG; in builtinIsSupported()
|