Home
last modified time | relevance | path

Searched defs:CallExpr (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCCodeEmitter.cpp119 const MCExpr *CallExpr = Func.getExpr(); in expandFunctionCall() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_function.rs114 call: &CallExpr, in fn_target_info()
272 call: &ast::CallExpr, in from_call()
452 call: CallExpr, in get_fn_target_info()
461 call: CallExpr, in get_fn_target()
492 call: &CallExpr, in assoc_fn_target_info()
Dgenerate_enum_variant.rs177 call_expr: ast::CallExpr, in make_tuple_field_list()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp311 Constant *Evaluator::castCallResultIfNeeded(Value *CallExpr, Constant *RV) { in castCallResultIfNeeded()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dmatching.rs586 code: &ast::CallExpr, in attempt_match_ufcs_to_ufcs()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs833 pub struct CallExpr { struct
836 impl ast::HasAttrs for CallExpr {} argument
837 impl ast::HasArgList for CallExpr {} implementation
838 impl CallExpr { implementation
1549 CallExpr(CallExpr), enumerator
2475 impl AstNode for CallExpr { implementation
4613 impl std::fmt::Display for CallExpr { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1722 CallExpr(const Node *Callee_, NodeArray Args_) in CallExpr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2927 const MCExpr *CallExpr = in loadAndAddSymbolAddress() local