Home
last modified time | relevance | path

Searched refs:_Assert (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/Hexagon/
Dalways-ext.ll19 declare void @_Assert()
32 tail call void @_Assert() nounwind
Dmisched-top-rptracker-sync.ll18 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/
Dunparse.py130 def _Assert(self, t): member in Unparser