Searched refs:code (Results 2001 – 2025 of 4069) sorted by relevance
1...<<81828384858687888990>>...163
30 1. middle case: duplication of verification across the code base, or45 operation into the record, so that readers don't need to jump among code497 code block as follows.533 The generated code will use default value in the declaration, but not in the561 ### Custom verifier code563 Verification code will be automatically generated for765 when generating the C++ code for the format. The `UserDirective` is an1031 ### Generated C++ code1168 You can put any C++ code that returns a boolean value inside a `CPred`,1505 `--gen-op-defs` as explained in [Generated C++ code](#generated-c-code).[all …]
1 // RUN: %clang_cc1 -fsyntax-only -verify %s -Wno-unreachable-code
5 ; RUN: opt -passes='print<cost-model>' -cost-kind=code-size 2>&1 -disable-output -mtriple=powerpc64…
23 .. code-block:: c++
19 .. code-block:: c++
2 # entries pointing to code in function and its cold fragment.
20 # This is the C++ code fed to Clang
6 ; RUN: opt -passes='print<cost-model>' -cost-kind=code-size 2>&1 -disable-output -mtriple=amdgcn-un…
17 # r280751: [Coding style change][lldb] Moved LLDB code base to use LLVM style
3 ; Source code:
6 ; Source code:
3 ; RUN: -code-model=medium -relocation-model=pic \
3 ; RUN: -code-model=small -relocation-model=pic \
3 ; There is not any llvm instruction assocated with !5. The code generator
13 // produce sligtly less efficient code.
157 ParsedAST AST = TestTU::withCode(Case.code()).build(); in TEST()
4 ; Source code to regenerate:
25 .byte 0x01 # Abbrev code
14 .byte 0x01 # Abbrev code
3 // This file tests the callgraph dead code elimination performed by the inliner.
18 # TestPlugin doesn't want to link in any LLVM code, it just needs its
3 ; Test the code generation in the presence of a scalar out-of-scop value being
5 ; TODO: FIXME: We could use the undefined memset to optimize the code further,
56 && err.code() == ec; in TEST_CASE()
50 && err.code() == ec; in TEST_CASE()