HomeSort by relevance Sort by last modified time
    Searched refs:cplus (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Distutils/
build_ext.py 70 ('cython-cplus', None,
90 ('pyrex-cplus', None,
109 'cython-cplus', 'cython-create-listing', 'cython-line-directives',
113 'pyrex-cplus', 'pyrex-create-listing', 'pyrex-line-directives',
195 # Setup create_list and cplus from the extension options if
198 # cplus will also be set to true is extension.language is equal to
203 # cplus = self.cython_cplus or \
209 # cplus = self.cython_cplus or \
219 cplus = self.cython_cplus or getattr(extension, 'cython_cplus', 0) or \
252 if cplus
    [all...]
  /external/valgrind/main/auxprogs/
update-demangler 56 cp ../gcc-$old_gcc_revision/libiberty/cplus-dem.c .
82 cp ../gcc-$new_gcc_revision/libiberty/cplus-dem.c .
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
CmdLine.py 36 --cplus Output a C++ rather than C file.
52 # -+, --cplus Use C++ compiler for compiling and linking
86 elif option in ("-+", "--cplus"):
87 options.cplus = 1
Main.py 386 if options.cplus:
473 cplus boolean Compile as c++ code
506 self.cplus, self.language_level, options=self)
654 cplus = 0, variable
  /external/valgrind/main/
Android.mk 207 coregrind/m_demangle/cplus-dem.c \
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 698 cpp_options = CompilationOptions(**options); cpp_options.cplus = True
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py 733 cplus = self.language == 'cpp',
    [all...]

Completed in 340 milliseconds