Home
last modified time | relevance | path

Searched refs:target_kind (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/
DConfigure1930 my $target_kind = $1;
1935 if $1 ne $target_kind;
1940 if ($target_kind eq $target{build_file}
1941 || $target_kind eq $target{build_file}."(".$builder_platform.")");
/third_party/python/Objects/
Dframeobject.c247 Kind target_kind = top_block(to_stack); in explain_incompatible_block_stack() local
248 switch(target_kind) { in explain_incompatible_block_stack()