Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Ddbg-i128-const.ll6 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/
Ddbg-i128-const.ll7 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/
Dpragma-weak.c41 #pragma weak foo = __foo
42 void __foo(void) {} in __foo() function
/external/fio/
Dfio.h675 int *__foo = NULL; \
679 *__foo = 0; \
/external/llvm/test/DebugInfo/Generic/
Dcu-ranges.ll21 define i32 @foo(i32 %a) #0 section "__TEXT,__foo" !dbg !4 {
/external/python/cpython2/Lib/test/
Dtest_descr.py3791 self.__foo = foo
3795 return self.__foo
3800 self_.__foo = self_.foo = lst[0]
/external/python/cpython2/Misc/
DHISTORY4953 right thing will happen (e.g. __slots__ = ["__foo"]).