Home
last modified time | relevance | path

Searched defs:Valid (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project/clang/test/Modules/
H A Dodr_hash-vector.cpp47 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 Dodr_hash-gnu.cpp45 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 Dxray_recursion_guard.h35 const bool Valid; variable
/llvm-project/llvm/unittests/Target/ARM/
H A DMachineInstrTest.cpp102 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 DXtensaUtils.cpp
H A DXtensaRegisterInfo.cpp102 bool Valid = Xtensa::isValidAddrOffsetForOpcode(MI.getOpcode(), Offset); in eliminateFrameIndex() local
H A DXtensaISelDAGToDAG.cpp62 bool Valid = false; selectMemRegAddr() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.h40 bool Valid() const { return m_valid; } in Valid() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstring-compare.cpp87 void Valid() { in Valid() function
H A Dredundant-access-specifiers.cpp81 class Valid { class
/llvm-project/clang/lib/AST/Interp/
H A DFunctionPointer.h
H A DEvaluationResult.h
/llvm-project/bolt/include/bolt/Passes/
H A DReorderUtils.h103 BitVector Valid; variable
142 BitVector Valid; variable
/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h35 Valid, /// < The cost value represents a valid cost, even when the enumerator
/llvm-project/lldb/unittests/Utility/
H A DRegularExpressionTest.cpp16 TEST(RegularExpression, Valid) { in TEST() argument
/llvm-project/clang/test/SemaObjC/
H A Dsuper-dealloc-attribute.m72 @interface Valid : Baz interface
75 @implementation Valid implementation
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-literal-with-embedded-nul.cpp26 const char Valid[] = "This is valid \x12."; variable
H A Dstring-constructor.cpp95 void Valid() { in Valid() function
/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h81 bool Valid; // Is this a valid instruction? If false, Instr::Instruction is member
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DDesignatedInitializers.cpp104 bool Valid = false; member in clang::tidy::utils::__anoncad276e00111::AggregateDesignatorNames
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h33 const bool Valid; member
/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp86 auto Valid = llvm::StringSwitch<bool>(P) XRayArgs() local
/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp
/llvm-project/third-party/benchmark/test/
H A Dcommandlineflags_gtest.cc193 TEST(StringFromEnv, Valid) { in TEST() argument
/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h51 enum class Result { NoVerify, Ignore, Valid, Invalid }; enumerator

123