/llvm-project/flang/lib/Frontend/ |
H A D | FrontendAction.cpp | 32 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 D | FrontendActions.cpp | 92 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 D | deref.pass.cpp | 34 const auto ci = val.begin(); in test() local 56 const auto ci = val.begin(); in test() local
|
H A D | base.pass.cpp | 36 const auto ci = i; in test() local 71 const auto ci = i; in test() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | volatile-1.cpp | 9 volatile _Complex int ci; variable 240 __imag ci = __imag ci = __imag ci; test() local [all...] |
H A D | windows-on-arm-stack-probe-size.cpp | 10 void f(const C &ci) { sc = ci; } in f()
|
H A D | debug-info-template-explicit-specialization.cpp | 35 c<int> ci; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | volatile-1.c | 9 volatile _Complex int ci; variable 198 __imag ci = __imag ci = __imag ci; test() local [all...] |
/llvm-project/clang/test/Sema/ |
H A D | generic-selection-type-extension.c | 30 const int ci = 0; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-speculative-load-hardening.cpp | 29 int ci [[clang::speculative_load_hardening]]; // expected-error {{'speculative_load_hardening' attr… variable
|
H A D | attr-flatten.cpp | 19 int ci [[gnu::flatten]]; // expected-error {{'flatten' attribute only applies to functions}} variable
|
H A D | attr-no-speculative-load-hardening.cpp | 19 int ci [[clang::no_speculative_load_hardening]]; // expected-error {{'no_speculative_load_hardening… variable
|
H A D | attr-no-split-stack.cpp | 19 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 D | deref.pass.cpp | 40 const auto ci = v.begin(); in test_one() local
|
/llvm-project/libcxx/test/std/containers/associative/map/map.cons/ |
H A D | default_recursive.compile.pass.cpp | 22 std::map<int, X>::const_iterator ci; member
|
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
H A D | default_recursive.compile.pass.cpp | 22 std::multimap<int, X>::const_iterator ci; member
|
/llvm-project/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/ |
H A D | lldb-commandinterpreter-fuzzer.cpp | 35 SBCommandInterpreter ci = debugger.GetCommandInterpreter(); in LLVMFuzzerTestOneInput() local
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p3.cpp | 8 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 D | cpp_conversion.cc | 80 map<string, isl_class>::iterator ci; in generate() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-auto-min-type-name-length.cpp | 19 const long ci = static_cast<long>(foo<const long>()); in bar() local
|
/llvm-project/libcxx/test/std/utilities/utility/forward/ |
H A D | move_if_noexcept.pass.cpp | 46 const int ci = 0; in main() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | casting-through-void.cpp | 8 const int ci = 100; variable
|
/llvm-project/lldb/test/API/python_api/interpreter/ |
H A D | TestCommandInterpreterAPI.py | 94 def getTranscriptAsPythonObject(self, ci): argument
|
/llvm-project/flang/unittests/Frontend/ |
H A D | CodeGenActionTest.cpp | 93 ci.createDiagnostics(diagPrinter.get(), /*ShouldOwnClient=*/false); in TEST() local
|
/llvm-project/clang/test/PCH/ |
H A D | cxx1y-default-initializer.cpp | 38 C<int> ci; variable
|