Searched refs:__foo (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | dbg-i128-const.ll | 6 define i128 @__foo(i128 %a, i128 %b) nounwind { 18 … metadata !{i32 524334, i32 0, metadata !4, metadata !"__foo", metadata !"__foo", metadata !"__foo…
|
/external/llvm/test/DebugInfo/X86/ |
D | dbg-i128-const.ll | 7 define i128 @__foo(i128 %a, i128 %b) nounwind !dbg !3 { 22 !3 = distinct !DISubprogram(name: "__foo", linkageName: "__foo", line: 26, isLocal: false, isDefini…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dbg-i128-const.ll | 7 define i128 @__foo(i128 %a, i128 %b) nounwind !dbg !3 { 22 !3 = distinct !DISubprogram(name: "__foo", linkageName: "__foo", line: 26, isLocal: false, isDefini…
|
/external/clang/test/CodeGen/ |
D | pragma-weak.c | 41 #pragma weak foo = __foo 42 void __foo(void) {} in __foo() function
|
/external/llvm/test/DebugInfo/Generic/ |
D | cu-ranges.ll | 21 define i32 @foo(i32 %a) #0 section "__TEXT,__foo" !dbg !4 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | cu-ranges.ll | 21 define i32 @foo(i32 %a) #0 section "__TEXT,__foo" !dbg !4 {
|
/external/python/cpython3/Lib/test/ |
D | test_grammar.py | 331 __foo: int
|
D | test_descr.py | 3717 self.__foo = foo 3721 return self.__foo 3726 self_.__foo = self_.foo = lst[0]
|
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 3941 self.__foo = foo 3945 return self.__foo 3950 self_.__foo = self_.foo = lst[0]
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4953 right thing will happen (e.g. __slots__ = ["__foo"]).
|
/external/python/cpython3/Misc/ |
D | HISTORY | 22337 right thing will happen (e.g. __slots__ = ["__foo"]).
|