Home
last modified time | relevance | path

Searched defs:toks (Results 1 – 12 of 12) sorted by relevance

/external/clang/unittests/Lex/
DLexerTest.cpp75 std::vector<Token> toks; in Lex() local
89 auto toks = Lex(Source); in CheckLex() local
126 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
138 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
151 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
164 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
178 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
192 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
207 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
220 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
[all …]
DPPConditionalDirectiveRecordTest.cpp108 std::vector<Token> toks; in TEST_F() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_cmdline.c99 struct tgsi_token toks[65536]; in main() local
/external/clang/unittests/Basic/
DSourceManagerTest.cpp90 std::vector<Token> toks; in TEST_F() local
210 std::vector<Token> toks; in TEST_F() local
314 std::vector<Token> toks; in TEST_F() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c79 struct tgsi_token toks[32]; in assemble_tgsi() local
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c302 struct tgsi_token toks[65536]; in main() local
/external/ipsec-tools/src/racoon/
Dgssapi.c448 vchar_t *toks; in gssapi_get_itokens() local
483 vchar_t *toks; in gssapi_get_rtokens() local
/external/libpcap/
Dgrammar.y189 str2tok(const char *str, const struct tok *toks) in str2tok()
Dgrammar.c235 str2tok(const char *str, const struct tok *toks) in str2tok()
/external/iw/
Dwowlan.c134 char *len, *offs, *toks; in wowlan_parse_tcp_file() local
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.c175 const struct tgsi_token *toks = ureg_get_tokens(ureg, &count); in nine_ureg_tgsi_dump() local
Dnine_shader.c3706 const struct tgsi_token *toks = ureg_get_tokens(tx->ureg, &count); in nine_translate_shader() local