Home
last modified time | relevance | path

Searched defs:ctors (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/utils/gpu/loader/nvptx/
H A DLoader.cpp
/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp476 namespace ctors { namespace
/llvm-project/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp113 constexpr C ctors[3]; variable
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h681 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } ctors() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2089 auto ctors = builder.beginArray(CtorStructTy); EmitCtorList() local