Home
last modified time | relevance | path

Searched refs:getval (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dfpo-csrs.ll5 ; int getval(void);
8 ; int a = getval();
14 ; int a = getval();
15 ; int b = getval();
21 ; int a = getval();
22 ; int b = getval();
23 ; int c = getval();
29 ; int a = getval();
30 ; int b = getval();
31 ; int c = getval();
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll10 declare i32 @getval() nounwind
25 %call2 = call i32 @getval()
34 %call10 = call i32 @getval()
56 %tmp7 = call i32 @getval()
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll10 declare i32 @getval() nounwind
25 %call2 = call i32 @getval()
34 %call10 = call i32 @getval()
56 %tmp7 = call i32 @getval()
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll10 declare i32 @getval() nounwind
25 %call2 = call i32 @getval()
34 %call10 = call i32 @getval()
56 %tmp7 = call i32 @getval()
/external/llvm/test/CodeGen/X86/
Dcatchret-regmask.ll8 declare i8* @getval()
49 %val = call i8* @getval() [ "funclet"(token %cp) ]
69 ; CHECK: callq getval
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcatchret-regmask.ll8 declare i8* @getval()
49 %val = call i8* @getval() [ "funclet"(token %cp) ]
69 ; CHECK: callq getval
/external/toybox/toys/pending/
Dcrontab.c63 static long getval(char *num, long low, long high) in getval() function
80 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) return 1; in validate_component()
97 if (getval(dtoken, min, (min ? max : max-1)) < 0) return 1; in validate_component()
106 if (getval(ctoken, min, (min ? max : max-1)) < 0) return 1; in validate_component()
Dcrond.c140 static long getval(char *num, long low, long high) in getval() function
156 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) goto ERROR; in parse_and_fillarray()
173 if ((start = getval(dtoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray()
181 if ((end = getval(ctoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray()
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_info.py89 def getval(self, name): member in Scope
93 return self.parent.getval(name)
167 definition = self.scope.getval(qn)
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py477 def check_get_current(getval, currval): argument
478 self.assertEqual(self.combo.get(), getval)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py480 def check_get_current(getval, currval): argument
481 self.assertEqual(self.combo.get(), getval)
/external/strace/
DChangeLog13349 tests/strace-V.test: rename getval to getstr.
13352 * tests/strace-V (getval): Rename to getstr, update all call sites.