Home
last modified time | relevance | path

Searched defs:Expander (Results 1 – 22 of 22) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dexpander.rs28 pub struct Expander { struct
29 cfg_expander: CfgExpander, argument
37 impl CfgExpander { argument
62 impl Expander { impl
63 pub fn new(db: &dyn DefDatabase, current_file_id: HirFileId, module: ModuleId) -> Expander { in new()
Dgenerics.rs334 exp: &mut Lazy<(Arc<DefMap>, Expander), impl FnOnce() -> (Arc<DefMap>, Expander)>, in fill_implicit_impl_trait_args() argument
Dbody.rs202 expander: Expander, in new()
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dabstract_const.rs38 struct Expander<'tcx> { in expand_abstract_consts() struct
39 tcx: TyCtxt<'tcx>, in expand_abstract_consts()
42 impl<'tcx> TypeFolder<TyCtxt<'tcx>> for Expander<'tcx> { in expand_abstract_consts() implementation
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/
Ddylib.rs133 pub struct Expander { struct
137 impl Expander { argument
138 pub fn new(lib: &Path) -> Result<Expander, LoadProcMacroDylibError> { in new()
Dlib.rs118 fn expander(&mut self, path: &Path) -> Result<&dylib::Expander, String> { in expander()
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dcfg_accessible.rs11 pub(crate) struct Expander; struct
38 impl MultiItemModifier for Expander { implementation
Dderive.rs13 pub(crate) struct Expander(pub bool); struct
15 impl MultiItemModifier for Expander { implementation
/third_party/rust/rust/src/tools/clippy/tests/ui-toml/excessive_nesting/auxiliary/
Dproc_macros.rs406 struct Expander { struct
410 impl Expander { argument
/third_party/rust/rust/src/tools/clippy/tests/ui/auxiliary/
Dproc_macros.rs404 struct Expander { struct
408 impl Expander { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp399 Value *LoopPredication::expandCheck(SCEVExpander &Expander, in expandCheck()
563 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop()
612 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop()
674 SCEVExpander &Expander, in widenICmpRangeCheck()
739 SCEVExpander &Expander, in collectChecks()
792 SCEVExpander &Expander) { in widenGuardConditions()
817 BranchInst *BI, SCEVExpander &Expander) { in widenWidenableBranchGuardConditions()
1244 SCEVExpander Expander(*SE, *DL, "loop-predication"); in runOnLoop() local
DLoopRerollPass.cpp1456 SCEVExpander Expander(*SE, DL, "reroll"); in replace() local
1494 SCEVExpander Expander(*SE, DL, "reroll"); in replaceIV() local
DLoopIdiomRecognize.cpp901 SCEVExpander Expander(*SE, *DL, "loop-idiom"); in processLoopStridedStore() local
1021 SCEVExpander Expander(*SE, *DL, "loop-idiom"); in processLoopStoreOfLoopLoad() local
DInductiveRangeCheckElimination.cpp1409 SCEVExpander Expander(SE, F.getParent()->getDataLayout(), "irce"); in run() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
Dmacro_.rs61 Expander, enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dreload.rs823 struct Expander(proc_macro_api::ProcMacro); in load_proc_macro() struct
825 impl ProcMacroExpander for Expander { in load_proc_macro() implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DTrace.cpp336 TraceExpander Expander(Adder, FileHeader.Version); in loadFDRLog() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp399 SCEVExpander Expander(*SE, DL, "elements"); in ComputeElements() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp638 SCEVExpander Expander(*SE, DL, "loop-unroll"); in UnrollRuntimeLoopRemainder() local
/third_party/backends/backend/
Dsnapscan-sources.c509 } Expander; typedef
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/body/
Dlower.rs48 expander: Expander, in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2034 SCEVExpander Expander(*SE, *DL, "hexagon-loop-idiom"); in processCopyingStore() local