Searched refs:prototypes (Results 1 – 25 of 266) sorted by relevance
1234567891011
128 PrototypeList& prototypes = prototypes_[instance_type]; in Instantiate() local134 if (prototypes.empty()) { in Instantiate()139 prototypes.push_back(new_object); in Instantiate()141 return prototypes.front(); in Instantiate()151 for (typename PrototypeList::iterator i = prototypes.begin(); in Instantiate()152 i != prototypes.end(); in Instantiate()158 prototypes.erase(i); in Instantiate()159 prototypes.push_back(old_object); in Instantiate()166 prototypes.pop_front(); in Instantiate()167 prototypes.push_back(new_object); in Instantiate()
128 function fillSection(prototypes) argument130 if (!prototypes) {145 for (var i = 0; i < prototypes.length; ++i) {146 if (!parseInt(prototypes[i].name, 10))148 var prototype = prototypes[i].value;
13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations14 LOCAL_CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
7 …CATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings …9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
86 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"88 #pragma GCC diagnostic error \"-Wstrict-prototypes\"99 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"101 #pragma GCC diagnostic error \"-Wstrict-prototypes\"
7 …CATED= -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings …9 GENLIB=gcc -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations21 CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
16 -Wstrict-prototypes -Wmissing-prototypes
34 -Wstrict-prototypes -Wmissing-prototypes
13 -Wmissing-prototypes -Wstrict-prototypes \
28 EXTRA_WARNINGS += -Wmissing-prototypes36 EXTRA_WARNINGS += -Wstrict-prototypes
39 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
48 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
47 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
44 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
52 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
53 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
3 static-prototypes
24 CFLAGS += -std=c99 -Wall -Wstrict-prototypes
1 // RUN: %clang_cc1 -fsyntax-only -verify -Wmissing-prototypes %s