/llvm-project/clang/test/Modules/ |
H A D | odr_hash-vector.cpp | 47 struct Valid { struct 52 vector unsigned x5; 53 vector int x6; 96 struct Valid { struct 97 using f = __attribute__((ext_vector_type(8))) float; 103 struct Valid { struct 104 using f = __attribute__((ext_vector_type(8))) float;
|
H A D | odr_hash-gnu.cpp | 45 struct Valid { struct 46 typeof(3) x; 47 typeof(x) y; 48 typeof(Valid*) self; 87 struct Valid { struct 88 typeof(int) x; 89 using T = typeof(double); 90 typeof(T) y;
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_recursion_guard.h | 35 const bool Valid; variable
|
/llvm-project/llvm/unittests/Target/ARM/ |
H A D | MachineInstrTest.cpp | 102 bool Valid = (Flags & ARMII::DoubleWidthResult) != 0; in TEST() local 257 bool Valid = (Flags & ARMII::HorizontalReduction) != 0; in TEST() local 357 bool Valid = (Flags & ARMII::RetainsPreviousHalfElement) != 0; in TEST() local 1059 bool Valid = (Flags & ARMII::ValidForTailPredication) != 0; in TEST() local
|
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaUtils.cpp |
|
H A D | XtensaRegisterInfo.cpp | 102 bool Valid = Xtensa::isValidAddrOffsetForOpcode(MI.getOpcode(), Offset); in eliminateFrameIndex() local
|
H A D | XtensaISelDAGToDAG.cpp | 62 bool Valid = false; selectMemRegAddr() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CppModuleConfiguration.h | 40 bool Valid() const { return m_valid; } in Valid() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | string-compare.cpp | 87 void Valid() { in Valid() function
|
H A D | redundant-access-specifiers.cpp | 81 class Valid { class
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | FunctionPointer.h |
|
H A D | EvaluationResult.h |
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | ReorderUtils.h | 103 BitVector Valid; variable 142 BitVector Valid; variable
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 35 Valid, /// < The cost value represents a valid cost, even when the enumerator
|
/llvm-project/lldb/unittests/Utility/ |
H A D | RegularExpressionTest.cpp | 16 TEST(RegularExpression, Valid) { in TEST() argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | super-dealloc-attribute.m | 72 @interface Valid : Baz interface 75 @implementation Valid implementation
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | string-literal-with-embedded-nul.cpp | 26 const char Valid[] = "This is valid \x12."; variable
|
H A D | string-constructor.cpp | 95 void Valid() { in Valid() function
|
/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.h | 81 bool Valid; // Is this a valid instruction? If false, Instr::Instruction is member
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | DesignatedInitializers.cpp | 104 bool Valid = false; member in clang::tidy::utils::__anoncad276e00111::AggregateDesignatorNames
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Iterator.h | 33 const bool Valid; member
|
/llvm-project/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 86 auto Valid = llvm::StringSwitch<bool>(P) XRayArgs() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | VTEmitter.cpp |
|
/llvm-project/third-party/benchmark/test/ |
H A D | commandlineflags_gtest.cc | 193 TEST(StringFromEnv, Valid) { in TEST() argument
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DylibVerifier.h | 51 enum class Result { NoVerify, Ignore, Valid, Invalid }; enumerator
|