Home
last modified time | relevance | path

Searched defs:gc (Results 1 – 22 of 22) sorted by relevance

/llvm-project/lld/test/ELF/
H A Dsymbol-ordering-file-warnings.s140 .global gc symbol
141 gc: label
/llvm-project/clang/test/OpenMP/
H A Dtarget_enter_data_depend_codegen.cpp30 double gc[100]; variable
[all...]
H A Dtarget_update_depend_codegen.cpp30 double gc[100]; variable
[all...]
H A Dtarget_exit_data_depend_codegen.cpp30 double gc[100]; variable
[all...]
H A Dtarget_enter_data_codegen.cpp30 double gc[100]; variable
246 double gc[100]; variable
H A Dtarget_data_codegen.cpp30 double gc[100]; variable
245 double gc[100]; variable
H A Dtarget_exit_data_codegen.cpp30 double gc[100]; variable
H A Dtarget_update_codegen.cpp30 double gc[100]; variable
/llvm-project/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c11 } gc; global() member
H A Dunion-init.c11 } gc; member
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp156 GrandchildOverride gc; in emit_ctors() local
H A Dpr33080.cpp12 void gc(struct A *, __unaligned struct A *) {} in gc() function
/llvm-project/clang/test/Sema/
H A Dattr-flag-enum.c17 gc = 0x5, // no-warning enumerator
/llvm-project/clang/test/SemaTemplate/
H A Ddestructor-template.cpp75 template <typename T> int Marshal<T>::gc() { in gc() function in rdar13140795::Marshal
/llvm-project/llvm/docs/
H A DGarbageCollection.rst223 .. _gcroot:
H A DLangRef.rst1685 .. _gc: global() target
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp63 good_const gc; variable
/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1514 if (auto gc = function.getGarbageCollector()) convertFunctionSignatures() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg2xx.cpp224 testG(G::C<G::X::A,G::Y::B> gc) testG() argument
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1489 val gc : llvalue -> string option global() val
/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2519 if (Qualifiers::GC gc = getObjCGCAttr()) { print() local