Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-nested-exprs.cpp25 int noargs();
95 noargs()); in foo()
106 d = onearg(noargs()); in foo()
117 for (const auto x : range(noargs())) noargs1(); in foo()
128 if (noargs() && noargs1()) { in foo()
/llvm-project-15.0.7/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp132 std::vector<GenericValue> noargs; in main() local
133 GenericValue gv = EE->runFunction(FooF, noargs); in main()
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-loader-uninitialized.c17 int noargs __attribute__((loader_uninitialized(0))); variable
H A Dattr-loader-uninitialized.cpp15 int noargs __attribute__((loader_uninitialized(0))); variable