Searched refs:_Assert (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/Hexagon/ |
D | always-ext.ll | 19 declare void @_Assert() 32 tail call void @_Assert() nounwind
|
D | misched-top-rptracker-sync.ll | 18 declare void @_Assert(i8*, i8*) #0 29 …tail call void @_Assert(i8* getelementptr inbounds ([41 x i8], [41 x i8]* @.str.4, i32 0, i32 0), … 37 …tail call void @_Assert(i8* getelementptr inbounds ([43 x i8], [43 x i8]* @.str.5, i32 0, i32 0), …
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 130 def _Assert(self, t): member in Unparser
|