Searched refs:from_context (Results 1 – 10 of 10) sorted by relevance
139 build = isl.ast_build.from_context(context)422 build = isl.ast_build.from_context(pa.domain())
182 isl::ast_build build = isl::ast_build::from_context(context); in test_return_string()368 isl::ast_build build = isl::ast_build::from_context(pa.domain()); in test_ast_build_expr()
28 Error::from_context(context, self, backtrace) in ext_context()
154 pub(crate) fn from_context<C, E>(context: C, error: E, backtrace: Option<Backtrace>) -> Self in from_context() method
295 auto from_context = GpuDriver::GetPointerContext(from); in CUDAPointersToCanAccessString() local296 if (!from_context.ok()) { in CUDAPointersToCanAccessString()298 << from_context.status(); in CUDAPointersToCanAccessString()307 return GpuDriver::CanEnablePeerAccess(from_context.ValueOrDie(), in CUDAPointersToCanAccessString()
1098 isl::ast_build Build = isl::ast_build::from_context(S.getContext()); in getArraySize()1125 isl::ast_build Build = isl::ast_build::from_context(S.getContext()); in getArrayOffset()1571 isl::ast_build Context = isl::ast_build::from_context(S.getContext()); in getGridSizes()
430 static inline isl::checked::ast_build from_context(isl::checked::set set);3701 isl::checked::ast_build ast_build::from_context(isl::checked::set set) in from_context() function
399 static inline ast_build from_context(set set);4579 ast_build ast_build::from_context(set set) in from_context() function
495 static inline isl::ast_build from_context(isl::set set);4111 isl::ast_build ast_build::from_context(isl::set set) in from_context() function
4123 def from_context(arg0): member in ast_build