/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | DirectiveTree.cpp |
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | DirectiveTreeTest.cpp |
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | DirectiveTree.h |
|
/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
H A D | enable_disable.cpp | 43 pthread_cond_t Conditional = PTHREAD_COND_INITIALIZER; variable 52 pthread_cond_signal(&Conditional); in enableMalloc() 70 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
|
/llvm-project/clang-tools-extra/clang-tidy/altera/ |
H A D | UnrollLoopsCheck.cpp | 122 const Expr *Conditional = ForLoop->getCond(); in hasKnownBounds() local 124 if (!Initializer || !Conditional || !Increment) in hasKnownBounds() 140 if (const auto *BinaryOp = dyn_cast<BinaryOperator>(Conditional)) { in hasKnownBounds() 172 const Expr *Conditional = ForLoop->getCond(); in hasLargeNumIterations() local 187 const auto *BinaryOp = cast<BinaryOperator>(Conditional); in hasLargeNumIterations()
|
/llvm-project/llvm/test/MC/Disassembler/Hexagon/ |
H A D | alu32_pred.txt | 4 # Conditional add 26 # Conditional shift halfword 48 # Conditional combine 60 # Conditional logical operations 92 # Conditional subtract 104 # Conditional sign extend 126 # Conditional transfer 138 # Conditional zero extend
|
/llvm-project/llvm/test/ThinLTO/X86/ |
H A D | newpm-basic.ll | 14 ; CHECK-NOT: Interprocedural Sparse Conditional Constant Propagation 16 ; CHECK-NOT: Interprocedural Sparse Conditional Constant Propagation
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
H A D | function-cognitive-complexity.rst | 45 * Conditional operators: 74 * Conditional operators: 105 * Conditional operators:
|
/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 191 code Conditional = ""; 494 let Conditional = [{ hasBase && isTypeInfo }]; 500 let Conditional = [{ hasBase && isDynamicAlloc }]; 504 let Conditional = [{ hasBase && (isTypeInfo || isDynamicAlloc) }]; 512 let Conditional = [{ hasBase && !isTypeInfo }]; 516 let Conditional = [{ hasBase && !isTypeInfo }]; 520 let Conditional = [{ hasBase && !isTypeInfo && isExpr }]; 524 let Conditional = [{ hasBase && !isTypeInfo && !isDynamicAlloc && !isExpr }]; 531 let Conditional = [{ hasLValuePath }]; 706 let Conditional [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorPrecedence.h | 30 Conditional = 3, // ? enumerator
|
/llvm-project/clang-tools-extra/test/modularize/ |
H A D | ProblemsInconsistent.modularize | 66 # CHECK-NEXT: error: Conditional expression instance 'SYMBOL1' has different values in this header,… 76 # CHECK-NEXT: error: Conditional expression instance 'SYMBOL2' has different values in this header,… 86 # CHECK-NEXT: error: Conditional expression instance 'defined(SYMBOL1)' has different values in thi…
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterBanks.td | 18 /// Conditional register: NZCV.
|
/llvm-project/llvm/utils/valgrind/ |
H A D | i386-pc-linux-gnu.supp | 25 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
H A D | x86_64-pc-linux-gnu.supp | 24 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
/llvm-project/clang/lib/Basic/ |
H A D | OperatorPrecedence.cpp | 53 case tok::question: return prec::Conditional; in getBinOpPrecedence()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | enum.cpp | 76 namespace Conditional { 72 namespace Conditional { global() namespace
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | micromips-movcond-instructions.s | 8 # Move Conditional
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_type_traits_test.cpp | 32 TEST(SanitizerCommon, Conditional) { in TEST() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | wrappers_c_test.cpp | 614 static pthread_cond_t Conditional = PTHREAD_COND_INITIALIZER; variable 627 pthread_cond_signal(&Conditional); in enableMalloc() 645 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | ifcvt_canFallThroughTo.mir | 62 # Conditional BX_RET and then loop back to bb.1
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZicond.td | 10 // Conditional operations extension (Zicond).
|
/llvm-project/llvm/test/MC/Lanai/ |
H A D | conditional_inst.s | 62 ! Conditional ALU
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCondMov.td | 1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===// 9 // This is the Conditional Moves implementation. 13 // Conditional moves:
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrCMovSetCC.td | 1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===// 90 // Conditional moves with folded loads with operands swapped and conditions
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructCompositionT.h |
|