Home
last modified time | relevance | path

Searched refs:UndefinedBehavior (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.hpp83 UndefinedBehavior, // Program may terminate. enumerator
346 case OutOfBoundsBehavior::UndefinedBehavior: in Load()
378 case OutOfBoundsBehavior::UndefinedBehavior: in Load()
435 case OutOfBoundsBehavior::UndefinedBehavior: in Store()
DSpirvShaderMemory.cpp229 …auto robustness = OutOfBoundsBehavior::UndefinedBehavior; // Local variables are always within bo… in EmitVariable()
DSpirvShader.cpp1592 : OutOfBoundsBehavior::UndefinedBehavior; in getOutOfBoundsBehavior()
1604 : OutOfBoundsBehavior::UndefinedBehavior; in getOutOfBoundsBehavior()
DShaderCore.cpp992 case OutOfBoundsBehavior::UndefinedBehavior: in isStaticallyInBounds()
DSpirvShaderDebugger.cpp1966 dst.Store(val, sw::OutOfBoundsBehavior::UndefinedBehavior, mask); in create()
/third_party/node/deps/v8/src/d8/
Dd8.h797 static void UndefinedBehavior();
Dd8.cc3558 UndefinedBehavior(); in SimulateErrors()
3587 V8_NOINLINE void FuzzerMonitor::UndefinedBehavior() { in UndefinedBehavior() function in v8::FuzzerMonitor