Searched defs:subroutine (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | resolve36.f90 | 24 module subroutine missing2 module 30 module subroutine i module 51 module subroutine missing2 module 58 module subroutine i module
|
D | separate-mp02.f90 | 18 module subroutine s6(x, y) module 22 module subroutine s7(x, y, z) module 27 module subroutine s8(x, y, z) module 32 module subroutine s9(x, y, z, w) module 93 module subroutine s3(x, y) module 97 module subroutine s4() module 137 module subroutine s3() bind(c, name="s3") module
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 67 …ecute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws Ba… in execute() 796 …private void evalLoad(Type expected, int index, Frame frame, Subroutine subroutine) throws BadByte… in evalLoad() 884 …private void evalStore(Type expected, int index, Frame frame, Subroutine subroutine) throws BadByt… in evalStore() 894 …private void evalWide(int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBy… in evalWide() 996 private void access(int index, Type type, Subroutine subroutine) { in access()
|
D | Analyzer.java | 173 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry() local 360 …mergeRet(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws Ba… in mergeRet()
|
/external/mesa3d/src/mesa/main/ |
D | shaderobj.h | 191 _mesa_shader_stage_from_subroutine(GLenum subroutine) in _mesa_shader_stage_from_subroutine()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderImageSizeTests.cpp | 430 std::string GenShader(int stage, bool ms_and_1d, bool subroutine) in GenShader() 623 long Run(int stage, bool ms_and_1d, ivec4 expected_result[7], bool subroutine = false) in Run()
|
D | gl4cShaderSubroutineTests.cpp | 3348 for (GLint subroutine = 0; subroutine < m_n_active_subroutines; ++subroutine) in inspectProgramResourceiv() local
|
/external/elfutils/src/ |
D | addr2line.c | 739 Dwarf_Die subroutine; in handle_address() local
|
/external/mesa3d/src/compiler/glsl/ |
D | ast.h | 621 unsigned subroutine:1; /**< Is this marked 'subroutine' */ member
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-declarations.cpp | 849 const Symbol &subroutine, SourceName finalName, const Symbol &derivedType) { in CheckFinal()
|