Home
last modified time | relevance | path

Searched defs:ci (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project/flang/lib/Frontend/
H A DFrontendAction.cpp32 static void beginSourceFileCleanUp(FrontendAction &fa, CompilerInstance &ci) { in beginSourceFileCleanUp() argument
38 bool FrontendAction::beginSourceFile(CompilerInstance &ci, in beginSourceFile() argument
123 CompilerInstance &ci = getInstance(); endSourceFile() local
134 CompilerInstance &ci = this->getInstance(); runPrescan() local
157 CompilerInstance &ci = this->getInstance(); runParse() local
175 CompilerInstance &ci = this->getInstance(); runSemanticChecks() local
[all...]
H A DFrontendActions.cpp92 saveMLIRTempFile(const CompilerInvocation & ci,mlir::ModuleOp mlirModule,llvm::StringRef inputFile,llvm::StringRef outputTag) saveMLIRTempFile() argument
149 addDependentLibs(mlir::ModuleOp & mlirModule,CompilerInstance & ci) addDependentLibs() argument
172 addAMDGPUSpecificMLIRItems(mlir::ModuleOp & mlirModule,CompilerInstance & ci) addAMDGPUSpecificMLIRItems() argument
226 CompilerInstance &ci = this->getInstance(); beginSourceFileAction() local
368 CompilerInstance &ci = getInstance(); executeAction() local
406 CompilerInstance &ci = this->getInstance(); executeAction() local
459 CompilerInstance &ci = this->getInstance(); executeAction() local
487 CompilerInstance &ci{getInstance()}; executeAction() local
495 CompilerInstance &ci = this->getInstance(); executeAction() local
511 CompilerInstance &ci = this->getInstance(); executeAction() local
559 CompilerInstance &ci = this->getInstance(); executeAction() local
590 CompilerInstance &ci = this->getInstance(); executeAction() local
610 CompilerInstance &ci = this->getInstance(); executeAction() local
617 CompilerInstance &ci = this->getInstance(); executeAction() local
663 CompilerInstance &ci = this->getInstance(); executeAction() local
699 CompilerInstance &ci = this->getInstance(); lowerHLFIRToFIR() local
724 getAArch64VScaleRange(CompilerInstance & ci) getAArch64VScaleRange() argument
739 getRISCVVScaleRange(CompilerInstance & ci) getRISCVVScaleRange() argument
782 getVScaleRange(CompilerInstance & ci) getVScaleRange() argument
799 CompilerInstance &ci = this->getInstance(); generateLLVMIR() local
883 getOutputStream(CompilerInstance & ci,llvm::StringRef inFile,BackendActionTy action) getOutputStream() argument
1149 CompilerInstance &ci = this->getInstance(); embedOffloadObjects() local
1170 CompilerInstance &ci = this->getInstance(); linkBuiltinBCLibs() local
1234 CompilerInstance &ci = this->getInstance(); executeAction() local
1361 CompilerInstance &ci = this->getInstance(); executeAction() local
1371 CompilerInstance &ci = this->getInstance(); executeAction() local
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.inner/
H A Dderef.pass.cpp34 const auto ci = val.begin(); in test() local
56 const auto ci = val.begin(); in test() local
H A Dbase.pass.cpp36 const auto ci = i; in test() local
71 const auto ci = i; in test() local
/llvm-project/clang/test/CodeGenCXX/
H A Dvolatile-1.cpp9 volatile _Complex int ci; variable
240 __imag ci = __imag ci = __imag ci; test() local
[all...]
H A Dwindows-on-arm-stack-probe-size.cpp10 void f(const C &ci) { sc = ci; } in f()
H A Ddebug-info-template-explicit-specialization.cpp35 c<int> ci; variable
/llvm-project/clang/test/CodeGen/
H A Dvolatile-1.c9 volatile _Complex int ci; variable
198 __imag ci = __imag ci = __imag ci; test() local
[all...]
/llvm-project/clang/test/Sema/
H A Dgeneric-selection-type-extension.c30 const int ci = 0; variable
/llvm-project/clang/test/SemaCXX/
H A Dattr-speculative-load-hardening.cpp29 int ci [[clang::speculative_load_hardening]]; // expected-error {{'speculative_load_hardening' attr… variable
H A Dattr-flatten.cpp19 int ci [[gnu::flatten]]; // expected-error {{'flatten' attribute only applies to functions}} variable
H A Dattr-no-speculative-load-hardening.cpp19 int ci [[clang::no_speculative_load_hardening]]; // expected-error {{'no_speculative_load_hardening… variable
H A Dattr-no-split-stack.cpp19 int ci [[gnu::no_split_stack]]; // expected-error {{'no_split_stack' attribute only applies to func… variable
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.outer/
H A Dderef.pass.cpp40 const auto ci = v.begin(); in test_one() local
/llvm-project/libcxx/test/std/containers/associative/map/map.cons/
H A Ddefault_recursive.compile.pass.cpp22 std::map<int, X>::const_iterator ci; member
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons/
H A Ddefault_recursive.compile.pass.cpp22 std::multimap<int, X>::const_iterator ci; member
/llvm-project/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp35 SBCommandInterpreter ci = debugger.GetCommandInterpreter(); in LLVMFuzzerTestOneInput() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp8 void test_f0(int i, const int ci) { in test_f0()
17 void test_f1(int i, const int ci, volatile int vi) { in test_f1()
47 void test_f2(int i, const int ci, volatile int vi) { in test_f2()
/llvm-project/polly/lib/External/isl/interface/
H A Dcpp_conversion.cc80 map<string, isl_class>::iterator ci; in generate() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-min-type-name-length.cpp19 const long ci = static_cast<long>(foo<const long>()); in bar() local
/llvm-project/libcxx/test/std/utilities/utility/forward/
H A Dmove_if_noexcept.pass.cpp46 const int ci = 0; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcasting-through-void.cpp8 const int ci = 100; variable
/llvm-project/lldb/test/API/python_api/interpreter/
H A DTestCommandInterpreterAPI.py94 def getTranscriptAsPythonObject(self, ci): argument
/llvm-project/flang/unittests/Frontend/
H A DCodeGenActionTest.cpp93 ci.createDiagnostics(diagPrinter.get(), /*ShouldOwnClient=*/false); in TEST() local
/llvm-project/clang/test/PCH/
H A Dcxx1y-default-initializer.cpp38 C<int> ci; variable

123