Home
last modified time | relevance | path

Searched defs:template (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Derrno-stdlibraryfunctions.c55 void errno_mkstemp(char *template) { in errno_mkstemp()
67 void errno_mkdtemp(char *template) { in errno_mkdtemp()
79 void errno_mkdtemp2(CHAR_PTR template) { in errno_mkdtemp2()
91 void errno_mkdtemp3(CHAR_PTR template) { in errno_mkdtemp3()
/llvm-project/llvm/utils/
H A Dextract_symbols.py471 template = get_template_name(sym, args.mangling) global() variable
486 template = get_template_name(k, args.mangling) global() variable
[all...]
/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/
H A Dmain.c53 int template = 1; in main() local
/llvm-project/clang/test/CodeGenObjCXX/
H A Dmangle.mm96 template<> void X<A<P>*>::f() {} category
/llvm-project/llvm/utils/lit/lit/
H A DProgressBar.py163 def render(self, template): argument
/llvm-project/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp86 #define template macro
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dsurf-tex.py891 gen_test(template, params) global() argument
[all...]
/llvm-project/clang/tools/scan-build-py/lib/libear/
H A D__init__.py204 def write_by_template(self, template, output): argument
/llvm-project/llvm/docs/
H A DProgrammersManual.rst1135 DEBUGThe ``function_ref`` class template global() argument
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_map_simplify.c2758 __isl_take isl_basic_set *bset, __isl_keep isl_basic_set *template) in project_onto_involved()