Searched refs:getbool (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | 2011-08-25-ldmia_ret.ll | 13 declare i1 @getbool() 19 %call = tail call zeroext i1 @getbool() nounwind 23 %cmp = tail call zeroext i1 @getbool() nounwind 27 %cmp13 = tail call zeroext i1 @getbool() nounwind 82 %cmp42 = tail call zeroext i1 @getbool() nounwind
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2011-08-25-ldmia_ret.ll | 13 declare i1 @getbool() 19 %call = tail call zeroext i1 @getbool() nounwind 23 %cmp = tail call zeroext i1 @getbool() nounwind 27 %cmp13 = tail call zeroext i1 @getbool() nounwind 82 %cmp42 = tail call zeroext i1 @getbool() nounwind
|
/external/libmojo/third_party/jinja2/ |
D | ext.py | 590 def getbool(options, key, default=False): function 594 silent = getbool(options, 'silent', True) 604 getbool(options, 'trim_blocks', TRIM_BLOCKS), 605 getbool(options, 'lstrip_blocks', LSTRIP_BLOCKS), 607 getbool(options, 'keep_trailing_newline', KEEP_TRAILING_NEWLINE), 613 if getbool(options, 'newstyle_gettext'):
|
/external/llvm/test/CodeGen/X86/ |
D | win-catchpad.ll | 28 declare i1 @getbool() 234 %V = call i1 @getbool() [ "funclet"(token %cp1) ] 306 ; X64: callq getbool
|