Home
last modified time | relevance | path

Searched defs:UndefinedBehavior (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_const_eval/src/
Derrors.rs429 pub struct UndefinedBehavior { struct
431 pub span: Span,
433 pub ub_note: Option<()>,
435 pub frames: Vec<FrameNote>,
437 pub raw_bytes: RawBytesNote,
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp83 UndefinedBehavior, // Program may terminate. enumerator
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Derror.rs475 UndefinedBehavior(UndefinedBehaviorInfo<'tcx>), enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/
Deval.rs278 UndefinedBehavior(String), enumerator