HomeSort by relevance Sort by last modified time
    Searched full:function_types (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestSignatureMatching.py 26 function_types = [
32 functions = [ NameNode(None, type=t) for t in function_types ]
33 self.assertMatches(function_types[0], [pt.c_int_type], functions)
34 self.assertMatches(function_types[1], [pt.c_long_type], functions)
35 self.assertMatches(function_types[2], [pt.c_double_type], functions)
38 function_types = [
45 functions = [ NameNode(None, type=t) for t in function_types ]
46 self.assertMatches(function_types[0], [pt.c_int_type, pt.c_long_type], functions)
47 self.assertMatches(function_types[1], [pt.c_long_type, pt.c_long_type], functions)
48 self.assertMatches(function_types[1], [pt.c_long_type, pt.c_int_type], functions
    [all...]
  /external/lldb/test/lang/c/function_types/
TestFunctionTypes.py 11 mydir = os.path.join("lang", "c", "function_types")
18 self.function_types()
24 self.function_types()
64 def function_types(self): member in class:FunctionTypesTestCase
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 117 FUNCTION_TYPEs. */

Completed in 1306 milliseconds