OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloogblocklist
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
block.h
77
*
CloogBlockList
structure:
80
struct
cloogblocklist
struct
82
struct
cloogblocklist
* next ;/**< Pointer to the next element of the list.*/
84
typedef struct
cloogblocklist
CloogBlockList
;
92
void cloog_block_list_print(FILE *,
CloogBlockList
*) ;
99
void cloog_block_list_free(
CloogBlockList
*) ;
108
CloogBlockList
* cloog_block_list_malloc(void);
109
CloogBlockList
* cloog_block_list_alloc(CloogBlock *) ;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
block.h
77
*
CloogBlockList
structure:
80
struct
cloogblocklist
struct
82
struct
cloogblocklist
* next ;/**< Pointer to the next element of the list.*/
84
typedef struct
cloogblocklist
CloogBlockList
;
92
void cloog_block_list_print(FILE *,
CloogBlockList
*) ;
99
void cloog_block_list_free(
CloogBlockList
*) ;
108
CloogBlockList
* cloog_block_list_malloc(void);
109
CloogBlockList
* cloog_block_list_alloc(CloogBlock *) ;
Completed in 1895 milliseconds