Home
last modified time | relevance | path

Searched +refs:clang +refs:complete (Results 1 – 25 of 137) sorted by relevance

123456

/external/catch2/include/internal/
Dcatch_test_case_tracker.cpp19 # pragma clang diagnostic push
20 # pragma clang diagnostic ignored "-Wexit-time-destructors"
194 bool complete = true; in isComplete() local
199 complete = TrackerBase::isComplete(); in isComplete()
200 return complete; in isComplete()
250 # pragma clang diagnostic pop
/external/clang/docs/CommandGuide/
Dindex.rst7 tools. To get a complete listing, pass the ``--help`` (general options) or
17 clang
/external/clang/lib/Parse/
DRAIIObjectsForParser.h23 namespace clang {
149 void complete(Decl *D) { in complete() function
190 void complete(Decl *D) { in complete() function
191 ParsingRAII.complete(D); in complete()
221 void complete(Decl *D) { in complete() function
222 ParsingRAII.complete(D); in complete()
243 void complete(Decl *D) { in complete() function
244 ParsingRAII.complete(D); in complete()
/external/clang/docs/
DMSVCCompatibility.rst38 Finally, there is :ref:`clang-cl`, a driver program for clang that attempts to
49 * Class inheritance: :good:`Mostly complete`. This covers all of the standard
64 * Member pointers: :good:`Mostly complete`. Standard C++ member pointers are
87 * C++ Exceptions: :good:`Mostly complete`. Support for
110 * Lambdas: :good:`Mostly complete`. Clang is compatible with Microsoft's
143 http://clang.llvm.org/compatibility.html#dep_lookup
DDriverInternals.rst36 quickly test clang on their projects.
42 as we grow the clang and LLVM infrastructure. As one example, the driver
140 The clang driver can dump the results of this stage using the
146 $ clang -### -Xarch_i386 -fomit-frame-pointer -Wa,-fast -Ifoo -I foo t.c
153 After this stage is complete the command line should be broken down
174 The clang driver can dump the results of this stage using the
179 $ clang -ccc-print-phases -x c t.c -x assembler t.s
199 $ clang -ccc-print-phases -c -arch i386 -arch x86_64 t0.c t1.c
215 After this stage is complete the compilation process is divided into
251 $ clang -ccc-print-bindings -arch i386 -arch ppc t0.c
[all …]
DLibASTMatchersTutorial.rst26 mkdir ~/clang-llvm && cd ~/clang-llvm
29 git clone http://llvm.org/git/clang.git
30 cd clang/tools
31 git clone http://llvm.org/git/clang-tools-extra.git extra
39 cd ~/clang-llvm
46 cd ~/clang-llvm
58 cd ~/clang-llvm
63 ninja clang-test # Test Clang only.
70 in both the llvm and clang directories should fix any problems.
76 cd ~/clang-llvm/build
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DBuildingAJIT5.rst37 Here is the complete code listing for our running example that JITs lazily from
43clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orcjit native` -O3 …
44clang++ -g Server/server.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orcjit na…
DBuildingAJIT4.rst33 Here is the complete code listing for our running example that JITs lazily from
39clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orcjit native` -O3 …
DLangImpl08.rst26 <http://clang.llvm.org/docs/CrossCompilation.html#target-triple>`_).
28 As an example, we can see what clang thinks is our current target
33 $ clang --version | grep Target
82 We will also need a ``TargetMachine``. This class provides a complete
176 $ clang++ -g -O3 toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs all` -o toy
208 $ clang++ main.cpp output.o -o main
/external/Reactive-Extensions/RxCpp/projects/nuget/
Drxcpp.autoconfig14 Compiles for gcc, clang and VisualStudio on Linux, OSX and Windows.";
15 …releaseNotes: "rx lite complete!, bug fixes, breaking changes to make repeat(0) and retry(0), VC20…
/external/deqp/external/openglcts/
DCONTRIBUTING.md64 configuration for details. Android build always builds a complete APK package
84 The OpenGL CTS source is formatted using [`clang-format` v4.0](http://clang.llvm.org/docs/ClangForm…
86 …ded way to do that is to run [`clang-format-diff.py`](https://llvm.org/svn/llvm-project/cfe/trunk/…
89 …ernal/openglcts && git diff -U0 HEAD^ . | python clang-format-diff.py -style=file -i -p3 -binary
/external/llvm/docs/tutorial/
DBuildingAJIT4.rst33 Here is the complete code listing for our running example that JITs lazily from
39clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orc native` -O3 -o …
DBuildingAJIT3.rst32 Here is the complete code listing for our running example with a CompileOnDemand
38clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orc native` -O3 -o …
DBuildingAJIT5.rst37 Here is the complete code listing for our running example that JITs lazily from
43clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orc native` -O3 -o …
DLangImpl08.rst26 <http://clang.llvm.org/docs/CrossCompilation.html#target-triple>`_).
28 As an example, we can see what clang thinks is our current target
33 $ clang --version | grep Target
82 We will also need a ``TargetMachine``. This class provides a complete
176 $ clang++ -g -O3 toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs all` -o toy
208 $ clang++ main.cpp output.o -o main
/external/llvm/test/DebugInfo/COFF/
Dtypes-recursive-struct.ll7 ; streams even if the complete record types differ slightly due to ODR
19 ; $ clang t.cpp -S -emit-llvm -g -gcodeview -o t.ll
167 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.9.…
173 !6 = !{!"clang version 3.9.0 "}
Ddefer-complete-type.ll3 ; Both A and B should get forward declarations and complete definitions for this
11 ; $ clang t.cpp -S -emit-llvm -g -gcodeview -o t.ll
185 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.9.…
191 !6 = !{!"clang version 3.9.0 "}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dunroll-pragmas-disabled.ll4 ; and adds a disable unrolling node after unrolling is complete.
9 ; #pragma clang loop vectorize(enable) unroll_count(4) vectorize_width(8)
38 ; #pragma clang loop unroll(full)
69 ; #pragma clang loop unroll(disable)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-recursive-struct.ll7 ; streams even if the complete record types differ slightly due to ODR
19 ; $ clang t.cpp -S -emit-llvm -g -gcodeview -o t.ll
167 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.9.…
173 !6 = !{!"clang version 3.9.0 "}
Ddefer-complete-type.ll3 ; Both A and B should get forward declarations and complete definitions for this
11 ; $ clang t.cpp -S -emit-llvm -g -gcodeview -o t.ll
185 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.9.…
191 !6 = !{!"clang version 3.9.0 "}
/external/llvm/test/Transforms/LoopUnroll/
Dunroll-pragmas-disabled.ll4 ; and adds a disable unrolling node after unrolling is complete.
9 ; #pragma clang loop vectorize(enable) unroll_count(4) vectorize_width(8)
38 ; #pragma clang loop unroll(full)
69 ; #pragma clang loop unroll(disable)
/external/bcc/
DINSTALL.md137 The appropriate dependencies (e.g., ```clang```, ```llvm``` with BPF backend) will be pulled automa…
203 libelf-dev bison flex libedit-dev clang-format-3.8 python python-netaddr \
210 …obes to the kernel and removing probes from it requires root privileges. For the build to complete
292 ### Install binary clang
296 wget http://llvm.org/releases/3.7.1/clang+llvm-3.7.1-x86_64-fedora22.tar.xz
297 sudo tar xf clang+llvm-3.7.1-x86_64-fedora22.tar.xz -C /usr/local --strip 1
300 wget http://llvm.org/releases/3.9.0/clang+llvm-3.9.0-x86_64-fedora23.tar.xz
301 sudo tar xf clang+llvm-3.9.0-x86_64-fedora23.tar.xz -C /usr/local --strip 1
304 sudo dnf install -y clang clang-devel llvm llvm-devel llvm-static ncurses-devel
322 llvm-devel clang-devel pkg-config python-devel python-setuptools python3-devel \
[all …]
/external/llvm/docs/
DGettingStartedVS.rst21 The second piece is the `Clang <http://clang.llvm.org/>`_ front end. This
92 once compiling is complete, although installation is not mandatory for
170 C:\..> clang -c hello.c -emit-llvm -o hello.bc
178 Alternatively you can directly output an executable with clang with:
182 C:\..> clang hello.c -o hello.exe
184 The ``-o hello.exe`` is required because clang currently outputs ``a.out``
/external/eigen/test/
DCMakeLists.txt29 # search for a default Lapack library to complete Eigen's one
354 option(EIGEN_TEST_CUDA_CLANG "Use clang instead of nvcc to compile the CUDA tests" OFF)
356 if(EIGEN_TEST_CUDA_CLANG AND NOT CMAKE_CXX_COMPILER MATCHES "clang")
357 …message(WARNING "EIGEN_TEST_CUDA_CLANG is set, but CMAKE_CXX_COMPILER does not appear to be clang.…
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddbg-declare-inalloca.ll26 ; Remove C++ comments to have a complete, debuggable program.
155 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 5.0.…
161 !6 = !{!"clang version 5.0.0 "}

123456