Searched refs:cxx (Results 1 – 25 of 42) sorted by relevance
12
51 self.cxx = None107 self.lit_config.note('Using compiler: %s' % self.cxx.path)108 self.lit_config.note('Using flags: %s' % self.cxx.flags)110 % self.cxx.compile_flags)111 self.lit_config.note('Using link flags: %s' % self.cxx.link_flags)119 self.cxx,154 cxx = self.get_lit_conf('cxx_under_test')158 if cxx is None:162 cxx = clangxx164 "inferred cxx_under_test as: %r" % cxx)[all …]
24 def __init__(self, cxx, use_verify_for_fail, execute_external, argument26 self.cxx = cxx109 cmd, out, err, rc = self.cxx.compileLinkTwoSteps(154 cmd, out, err, rc = self.cxx.compile(source_path, out=os.devnull,
53 self.cxx.compile_flags.append('-I' + android_support_headers)56 self.cxx.link_flags.append('-nodefaultlibs')59 self.cxx.link_flags.append('-L' + self.cxx_library_root)62 self.cxx.link_flags.append('-gcc-toolchain')63 self.cxx.link_flags.append(gcc_toolchain)67 self.cxx.link_flags.append('-lunwind')68 self.cxx.link_flags.append('-latomic')70 self.cxx.link_flags.append('-lgcc')72 self.cxx.link_flags.append('-lc++_shared')73 self.cxx.link_flags.append('-lc')[all …]
5 input.output___file.streams___fstreams___ifstream.cons___move sources/cxx-stl/llvm-libc++/libcxx…6 input.output___file.streams___fstreams___ifstream.cons___pointer sources/cxx-stl/llvm-libc++/libcxx…7 input.output___file.streams___fstreams___ifstream.cons___string sources/cxx-stl/llvm-libc++/libcxx…9 input.output___file.streams___fstreams___filebuf.virtuals___pbackfail sources/cxx-stl/llvm-libc++/l…10 input.output___file.streams___fstreams___filebuf.virtuals___underflow sources/cxx-stl/llvm-libc++/l…12 input.output___file.streams___fstreams___ifstream.members___close sources/cxx-stl/llvm-libc+…13 input.output___file.streams___fstreams___ifstream.members___open_pointer sources/cxx-stl/llvm-libc+…14 input.output___file.streams___fstreams___ifstream.members___open_string sources/cxx-stl/llvm-libc+…15 input.output___file.streams___fstreams___ifstream.members___rdbuf sources/cxx-stl/llvm-libc+…17 input.output___file.streams___fstreams___ifstream.assign___member_swap sources/cxx-stl/llvm-libc…[all …]
26 'Using compiler: {}'.format(self.cxx.path))28 'Using compile template: {}'.format(self.cxx.cxx_template))30 'Using link template: {}'.format(self.cxx.link_template))59 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(63 self.config.target_triple = self.cxx.get_triple()68 match = std_pattern.search(self.cxx.cxx_template)76 self.cxx,83 self.cxx,
13 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, timeout, argument15 self.cxx = cxx39 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, device_dir, argument43 cxx,
31 self.cxx.compile_flags += ['-DLIBCXXABI_NO_TIMER']41 self.cxx.compile_flags += ['-I' + cxx_headers]49 self.cxx.compile_flags += ['-I' + libcxxabi_headers]58 self.cxx.compile_flags += ['-DLIBCXXABI_HAS_NO_THREADS=1']66 self.cxx.link_flags += ['-L' + self.libcxxabi_lib_root,76 self.cxx.link_flags += ['-lc++abi']
5 # define _STLP_NATIVE_HEADER(header) <../cxx/##header>9 # define _STLP_NATIVE_CPP_C_HEADER(header) <../cxx/##header>14 # define _STLP_NATIVE_OLD_STREAMS_HEADER(header) <../cxx/##header>15 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../cxx/##header>
19 STLPORT_SUBDIR=sources/cxx-stl/stlport22 GABIXX_SUBDIR=sources/cxx-stl/gabi++26 GNUSTL_SUBDIR=sources/cxx-stl/gnu-libstdc++30 LIBCXX_SUBDIR=sources/cxx-stl/llvm-libc++33 LIBCXXABI_SUBDIR=sources/cxx-stl/llvm-libc++abi/libcxxabi
21 $(call import-module,cxx-stl/gnu-libstdc++)22 $(call import-module,cxx-stl/stlport)23 $(call import-module,cxx-stl/system)
52 define build-cxx-object64 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
264 STLPORT_LIBS=$NDK/sources/cxx-stl/stlport/libs/$ABI270 GNUSTL_LIBS=$NDK/sources/cxx-stl/gnu-libstdc++/4.9/libs/$ABI
62 define build-cxx-object74 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
6 LOCAL_C_INCLUDES := $(NDK_ROOT)/sources/cxx-stl/system/include
9 $(call import-module,cxx-stl/stlport)
5 LOCAL_SRC_FILES := main.cxx
12 foo3.cxx \
15 $(call import-module,cxx-stl/stlport)
15 $(call import-module,cxx-stl/llvm-libc++)
5 LOCAL_SRC_FILES := issue36131-flto-c++11.cxx
27 $(call import-module,cxx-stl/stlport)
29 $(call import-module,cxx-stl/gnu-libstdc++)
15 LOCAL_SRC_FILES := main.cxx
14 $(call __ndk_info,You might want to use $$NDK/build/tools/build-cxx-stl.sh --stl=libc++)124 $(call import-module, cxx-stl/llvm-libc++abi)