Searched refs:compiler (Results 1 - 25 of 395) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Derbio.rb27 # Instructs +compiler+ how to write to +io_variable+
29 def set_eoutvar compiler, io_variable
30 compiler.put_cmd = "#{io_variable}.write"
31 compiler.insert_cmd = "#{io_variable}.write"
32 compiler.pre_cmd = []
33 compiler.post_cmd = []
H A Derb_partial.rb8 # Overrides +compiler+ startup to set the +eoutvar+ to an empty string only
11 def set_eoutvar compiler, eoutvar = '_erbout'
14 compiler.pre_cmd = ["#{eoutvar} ||= ''"]
/macosx-10.9.5/python_modules-35/scipy/
H A Df2c.py38 compiler = new_fcompiler(compiler='f2c') variable
39 compiler.customize()
40 print(compiler.get_version())
/macosx-10.9.5/libclosure-63/Examples/ArrayBlocksAPI/
H A DArrayApplyBlock.m10 #error compiler does not support blocks.
/macosx-10.9.5/libclosure-63/Examples/ArraySortExample/
H A DSort.m10 #error compiler does not support blocks.
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DANGLEWebKitBridge.cpp42 inline static ANGLEGetInfoType getValidationResultValue(const ShHandle compiler, ShShaderInfo shaderInfo) argument
45 ShGetInfo(compiler, shaderInfo, &value);
49 static bool getSymbolInfo(ShHandle compiler, ShShaderInfo symbolType, Vector<ANGLEShaderSymbol>& symbols) argument
65 ANGLEGetInfoType numSymbols = getValidationResultValue(compiler, symbolType);
67 ANGLEGetInfoType maxNameLength = getValidationResultValue(compiler, symbolMaxNameLengthType);
71 ANGLEGetInfoType maxMappedNameLength = getValidationResultValue(compiler, SH_MAPPED_NAME_MAX_LENGTH);
85 ShGetActiveAttrib(compiler, i, &nameLength, &symbol.size, &symbol.dataType, nameBuffer.data(), mappedNameBuffer.data());
89 ShGetActiveUniform(compiler, i, &nameLength, &symbol.size, &symbol.dataType, nameBuffer.data(), mappedNameBuffer.data());
183 ShHandle compiler; local
186 compiler
[all...]
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dfortran_F.vim1 " Vim compiler file
2 " Compiler: Fortran Company/NAGWare F compiler
3 " URL: http://www.unb.ca/chem/ajit/compiler/fortran_F.vim
H A Dfpc.vim1 " Vim compiler file
15 " NOTE: compiler must be runned with -vb to write whole source path, not only file
H A Dicc.vim1 " Vim compiler file
15 " I think that Intel is calling the compiler icl under Windows
H A Djavac.vim1 " Vim compiler file
4 " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/javac.vim
H A Dpbx.vim1 " Vim compiler file
15 " The compiler actually is gcc, so the errorformat is unchanged
H A Dtcl.vim1 " Vim compiler file
4 " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/tcl.vim
H A Ddecada.vim2 " Description: Vim Ada/Dec Ada compiler file
11 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/compiler/decada.vim $
15 " Help Page: compiler-decada
39 " plugin loaded by other means then the "compiler" command
H A Dmsvc.vim1 " Vim compiler file
H A Dcheckstyle.vim1 " Vim compiler file
4 " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/checkstyle.vim
H A Dfortran_elf90.vim1 " Vim compiler file
4 " URL: http://www.unb.ca/chem/ajit/compiler/fortran_elf90.vim
H A Dfortran_lf95.vim1 " Vim compiler file
3 " URL: http://www.unb.ca/chem/ajit/compiler/fortran_lf95.vim
H A Dse.vim1 " Vim compiler file
4 " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/se.vim
H A Dxmllint.vim1 " Vim compiler file
4 " URL: http://gus.gscit.monash.edu.au/~djkea2/vim/compiler/xmllint.vim
H A Dant.vim24 " <property name = "build.compiler" value = "jikes"/>
25 " <property name = "build.compiler.emacs" value = "true"/>
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DExtensions3DOpenGLCommon.cpp115 ANGLEWebKitBridge& compiler = m_context->m_compiler; local
116 ShBuiltInResources ANGLEResources = compiler.getResources();
119 compiler.setResources(ANGLEResources);
123 ANGLEWebKitBridge& compiler = m_context->m_compiler; local
124 ShBuiltInResources ANGLEResources = compiler.getResources();
128 compiler.setResources(ANGLEResources);
136 ANGLEWebKitBridge& compiler = m_context->m_compiler; local
137 return compiler.getResources().OES_standard_derivatives;
153 ANGLEWebKitBridge& compiler = m_context->m_compiler; local
179 bool isValid = compiler
[all...]
/macosx-10.9.5/gpatch-3/patch/m4/
H A Dprotos.m414 AC_DEFINE(PROTOTYPES,1,[Define if compiler has function prototypes])
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dvisibility_inlines_hidden.m42 # Determine if the compiler accepts -fvisibility-inlines-hidden
7 [AC_CACHE_CHECK([for compiler -fvisibility-inlines-hidden option],
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dvisibility_inlines_hidden.m42 # Determine if the compiler accepts -fvisibility-inlines-hidden
7 [AC_CACHE_CHECK([for compiler -fvisibility-inlines-hidden option],
/macosx-10.9.5/llvmCore-3425.0.33/projects/
H A DMakefile17 # Don't build compiler-rt, it isn't designed to be built directly.
18 DIRS := $(filter-out compiler-rt,$(DIRS))

Completed in 182 milliseconds

1234567891011>>