Home
last modified time | relevance | path

Searched defs:Any (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.copy.pass.cpp72 requires(!std::is_same_v<Any, std::decay_t<T>> && std::is_copy_constructible_v<std::decay_t<T>>) in Any() argument
65 struct Any { global() struct
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DAny.h65 Any(const Any &Other) in Any() function
88 Any(T &&Value) { Any() function
93 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} Any() function
[all...]
/llvm-project/clang-tools-extra/clang-tidy/concurrency/
H A DMtUnsafeCheck.h30 Any, enumerator
/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp316 [this](StringRef P, Any) { this->startPassTimer(P); }); in registerCallbacks() argument
318 [this](StringRef P, Any, const PreservedAnalyses &) { in registerCallbacks() argument
326 [this](StringRef P, Any) { this->startAnalysisTimer(P); }); in registerCallbacks() argument
328 [this](StringRef P, Any) { this->stopAnalysisTimer(P); }); in registerCallbacks() argument
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) global() argument
174 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) isOverloaded() argument
257 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorElementType() argument
270 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorMinNumElements() argument
299 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getSizeInBits() argument
421 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getFloatingPointVT() argument
431 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getIntegerVT() argument
[all...]
/llvm-project/mlir/python/mlir/dialects/
H A Darith.py24 def _isa(obj: Any, cls: type):
32 def _is_any_of(obj: Any, classes: List[type]):
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DRunIRPasses.cpp35 __anone8ab80170102(StringRef, Any) runPasses() argument
/llvm-project/llvm/include/llvm/IR/
H A DComdat.h36 Any, ///< The linker may choose any COMDAT. enumerator
H A DDebugProgramInstruction.h272 Any, ///< To indicate all LocationTypes in searches. global() enumerator
/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DPreferIsaOrDynCastInConditionalsCheck.cpp32 auto Any = anyOf( in registerMatchers() local
/llvm-project/clang/test/SemaCXX/
H A Dreserved-identifier.cpp100 struct Any { global() struct
H A Dconversion-function.cpp244 struct Any { struct
/llvm-project/clang-tools-extra/clangd/unittests/
H A DInsertionPointTests.cpp107 auto Any = [](const Decl *D) { return true; }; in TEST() local
/llvm-project/flang/runtime/
H A Dreduction.cpp207 enum class LogicalReduction { All, Any, Parity }; global() enumerator
352 RTDEF(Any) RTDEF() argument
/llvm-project/clang/test/Parser/
H A DDelayedTemplateParsing.cpp121 static void Any() { in Any() function
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp272 template<int N> struct Any<N> { typedef int Int; }; // expected-note 3{{match}} argument
273 template<short N> struct Any<N> { typedef int Short; }; // expected-note 3{{match}} argument
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp66 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getEnumName() argument
/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h209 Any = 1 << 15, global() enumerator
/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dref-cntbl-base-virtual-dtor-templates.cpp156 enum class DestructionThread { Any, MainThread }; enumerator
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h400 Any, global() enumerator
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp646 bool Any = false; convertArgumentInfo() local
[all...]
/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h759 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp515 __anon218665bb0202(StringRef P, Any) registerCodeGenCallback() argument
/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h78 Any, enumerator

12