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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_layout.cpp 96 spvCheckReturn(_.current_function().RegisterSetFunctionDeclType(
106 if (_.current_function().block_count() != 0) {
111 spvCheckReturn(_.current_function().RegisterFunctionParameter(
124 if (_.current_function().block_count() == 0 &&
131 spvCheckReturn(_.current_function().RegisterSetFunctionDeclType(
154 spvCheckReturn(_.current_function().RegisterSetFunctionDeclType(
validate_cfg.cpp 223 if (_.current_function().IsFirstBlock(target)) {
226 << _.getIdName(_.current_function().id()) << " is targeted by block "
227 << _.getIdName(_.current_function().current_block()->id());
233 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) {
489 spvCheckReturn(_.current_function().RegisterBlock(inst->result_id));
497 _.current_function().RegisterLoopMerge(merge_block, continue_block));
503 spvCheckReturn(_.current_function().RegisterSelectionMerge(merge_block));
509 _.current_function().RegisterBlockEnd({target}, opcode);
517 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode);
527 _.current_function().RegisterBlockEnd({cases}, opcode)
    [all...]
validate_instruction.cpp 168 if (_.current_function().IsFirstBlock(
169 _.current_function().current_block()->id()) == false) {
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 101 my $current_function;
149 if ($win64 && $current_function->{abi} eq "svr4") {
163 if ($win64 && $current_function->{abi} eq "svr4") {
391 if ($win64 && $current_function->{name} eq $self->{value}
392 && $current_function->{abi} eq "svr4") {
397 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
398 my $narg = $current_function->{narg};
408 } elsif ($self->{value} ne "$current_function->{name}") {
412 } elsif ($win64 && $current_function->{abi} eq "svr4") {
413 my $func = "$current_function->{name}"
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_validate.cpp 51 this->current_function = NULL;
82 ir_function *current_function; member in class:__anon27332::ir_validate
172 if (this->current_function != NULL) {
177 this->current_function->name, (void *) this->current_function);
185 this->current_function = ir;
208 this->current_function = NULL;
215 if (this->current_function != ir->function()) {
220 this->current_function->name, (void *) this->current_function,
    [all...]
ir_reader.cpp 117 if (state->current_function != NULL)
119 state->current_function->function_name());
300 state->current_function = sig;
302 state->current_function = NULL;
328 if (state->current_function == NULL && ir->as_variable() != NULL)
    [all...]
ast_to_hir.cpp 130 state->current_function = NULL;
    [all...]
glsl_parser_extras.h 541 class ir_function_signature *current_function; member in struct:_mesa_glsl_parse_state
ast_function.cpp     [all...]
glsl_parser_extras.cpp 192 this->current_function = NULL;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.cpp 283 Function& ValidationState_t::current_function() { function in class:libspirv::ValidationState_t
356 current_function().RegisterFunctionEnd();
ValidationState.h 131 Function& current_function();
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 810 %xdefine current_function %2
873 %ifdef current_function
877 size current_function %%ecf - current_function
1128 %xdefine %%f current_function %+ _m
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 48 struct debug_function *current_function; member in struct:debug_handle
707 info->current_function = NULL;
799 info->current_function = f;
832 || info->current_function == NULL)
846 for (pp = &info->current_function->parameters;
864 || info->current_function == NULL)
878 info->current_function = NULL;
    [all...]
  /external/autotest/client/bin/
job.py     [all...]
  /external/libxml2/python/
libxml.c 2232 PyObject *current_function = NULL; local
    [all...]
  /art/tools/
cpplint.py 709 self.current_function = ''
719 self.current_function = function_name
738 if Match(r'T(EST|est)', self.current_function):
753 self.current_function, self.lines_in_function, trigger))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 683 self.current_function = ''
693 self.current_function = function_name
708 if Match(r'T(EST|est)', self.current_function):
723 self.current_function, self.lines_in_function, trigger))
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 808 self.current_function = ''
818 self.current_function = function_name
833 if Match(r'T(EST|est)', self.current_function):
848 self.current_function, self.lines_in_function, trigger))
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 215 function_entry *current_function; member in class:__anon28750::ir_to_mesa_visitor
    [all...]
  /tools/repohooks/tools/
cpplint.py 988 self.current_function = ''
998 self.current_function = function_name
1016 if Match(r'T(EST|est)', self.current_function):
    [all...]

Completed in 973 milliseconds