Home
last modified time | relevance | path

Searched defs:ctxt (Results 1 – 16 of 16) sorted by relevance

/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp108 ClosedIntervalAttr fir::ClosedIntervalAttr::get(mlir::MLIRContext *ctxt) { in get() argument
112 UpperBoundAttr fir::UpperBoundAttr::get(mlir::MLIRContext *ctxt) { in get() argument
116 LowerBoundAttr fir::LowerBoundAttr::get(mlir::MLIRContext *ctxt) { in get() argument
120 PointIntervalAttr fir::PointIntervalAttr::get(mlir::MLIRContext *ctxt) { in get() argument
128 RealAttr fir::RealAttr::get(mlir::MLIRContext *ctxt, in get() argument
[all...]
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp96 extern "C" lsan_block_context_t *alloc_lsan_context(void *ctxt, in alloc_lsan_context()
129 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { in INTERCEPTOR()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp186 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context()
230 dispatch_queue_t dq, void *ctxt, in INTERCEPTOR()
319 dispatch_queue_t dq, void *ctxt, in INTERCEPTOR()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp54 static void makeScopes(Sema &sema, DeclContext *ctxt, in makeScopes()
72 emulateLookupInCtxt(Sema &sema, llvm::StringRef name, DeclContext *ctxt) { in emulateLookupInCtxt()
H A DClangExpressionDeclMap.cpp1006 clang::DeclContext *ctxt = clang::Decl::castToDeclContext(namespace_decl); in LookupLocalVarNamespace() local
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp748 makeConstInt(clang::ASTContext & ctxt) makeConstInt() argument
755 clang::ASTContext &ctxt = m_ast->getASTContext(); TEST_F() local
762 clang::ASTContext &ctxt = m_ast->getASTContext(); TEST_F() local
768 clang::ASTContext &ctxt = m_ast->getASTContext(); TEST_F() local
775 clang::ASTContext &ctxt = m_ast->getASTContext(); TEST_F() local
[all...]
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp74 DiffContext &ctxt = contexts[N]; in printValue() local
/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp79 unsigned memlimit, bool use_valgrind, LLVMContext &ctxt) in BugDriver()
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp193 static mlir::Type getSingletonCharType(mlir::MLIRContext *ctxt, int kind) { in getSingletonCharType()
373 auto *ctxt = builder.getContext(); in createCharacterTemp() local
/llvm-project/flang/lib/Lower/
H A DHostAssociations.cpp657 mlir::MLIRContext *ctxt = &converter.getMLIRContext(); in getArgumentType() local
H A DCallInterface.cpp906 mlir::MLIRContext *ctxt = tupTy.getContext(); appendHostAssocTupleArg() local
/llvm-project/llvm/tools/lto/
H A Dlto.cpp348 lto_codegen_set_diagnostic_handler(lto_code_gen_t cg,lto_diagnostic_handler_t diag_handler,void * ctxt) lto_codegen_set_diagnostic_handler() argument
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp258 input(StringRef Scalar,void * ctxt,HexFormattedString & Value) input() argument
/llvm-project/clang/lib/Sema/
H A DSema.cpp214 Sema(Preprocessor & pp,ASTContext & ctxt,ASTConsumer & consumer,TranslationUnitKind TUKind,CodeCompleteConsumer * CodeCompleter) Sema() argument
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp2597 MLIRContext *ctxt = builder.getContext(); computeIteratorTypesAndIndexingMaps() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp117 MLIRContext *ctxt, in constifyIndexValues() argument