/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
H A D | p2.cpp | 6 struct Const { struct 35 struct Const { struct
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | alias-church-numerals.cpp | 29 template<typename T, T N> struct Const { static const T value = N; }; argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | pro-type-const-cast.cpp | 4 namespace Const { namespace
|
/llvm-project/libc/test/src/__support/CPP/ |
H A D | array_test.cpp | 36 TEST(LlvmLibcArrayTest, Const) { in TEST() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 128 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); convertFCmp() local 238 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); convertICmp() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 80 static SDDbgOperand fromConst(const Value *Const) { in fromConst() 108 const Value *Const; ///< Valid for constants. member
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 148 ConstantInt *Const = getConstInt(MD, 0); getOriginalFunctionType() local 356 ConstantInt *Const = getConstInt(MD2, 0); lowerFormalArguments() local 362 ConstantInt *Const = getConstInt(MD2, j); lowerFormalArguments() local [all...] |
/llvm-project/clang/tools/clang-fuzzer/ |
H A D | cxx_loop_proto.proto | 21 message Const { message
|
H A D | cxx_proto.proto | 25 message Const { message
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 273 discoverTransitivelyIncomingValues(Constant * Const,PHINode * Root,DenseSet<PHINode * > & TransitivePHIs) discoverTransitivelyIncomingValues() argument 321 Constant *Const = nullptr; visitPHINode() local 449 Constant *Const = LastVisited->second; visitCmpInst() local 470 Constant *Const = LastVisited->second; visitBinaryOperator() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 343 if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(0))) in isSafeWrap() local 345 else if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(1))) in isSafeWrap() local 492 if (auto *Const = dyn_cast<ConstantInt>(Op)) { in PromoteTree() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | MakeMemberFunctionConstCheck.cpp | 50 enum UsageKind { Unused, Const, NonConst }; enumerator
|
H A D | QualifiedAutoCheck.cpp | 27 enum class Qualifier { Const, Volatile, Restrict }; enumerator
|
/llvm-project/flang/lib/Evaluate/ |
H A D | initial-image.cpp | 94 using Const = Constant<T>; in Test() typedef
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | intrinsics.cpp | 46 template <typename A> auto Const(A &&x) -> Constant<TypeOf<A>> { in Const() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-lifetimebound.cpp | 232 const S &Const = std::as_const(S{}.self()); // expected-warning {{temporary bound to local reference 'Const' will be destroyed at the end of the full-expression}} global() variable
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 328 auto Const = buildInstr(TargetOpcode::G_CONSTANT) in buildConstant() local 334 auto Const = buildInstr(TargetOpcode::G_CONSTANT); in buildConstant() local 364 auto Const = buildInstr(TargetOpcode::G_FCONSTANT) in buildFConstant() local 371 auto Const in buildFConstant() local [all...] |
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 330 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName() local
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp |
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 637 EmitDesignatedInitUpdater(ConstantEmitter & Emitter,ConstantAggregateBuilder & Const,CharUnits Offset,QualType Type,const InitListExpr * Updater) EmitDesignatedInitUpdater() argument 892 ConstantAggregateBuilder Const(Emitter.CGM); BuildStruct() local 904 ConstantAggregateBuilder Const(Emitter.CGM); BuildStruct() local 916 UpdateStruct(ConstantEmitter & Emitter,ConstantAggregateBuilder & Const,CharUnits Offset,const InitListExpr * Updater) UpdateStruct() argument 1403 ConstantAggregateBuilder Const(CGM); VisitDesignatedInitUpdateExpr() local [all...] |
H A D | CGHLSLRuntime.cpp | 80 for (auto &Const : Buf.Constants) { layoutBuffer() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 1119 if ((Const = dyn_cast<ConstantInt>(NonVectorVal)) && in CheckAndCreateOffsetAdd() local 384 std::optional<int64_t> Const; getVarAndConst() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 497 if (Const->getValue()->isZero()) { in getIndexExpressionsFromGEP() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslExprBuilder.cpp | 415 if (auto *Const = dyn_cast<ConstantInt>(RHS)) { createOpBin() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 77 Constant *Const = getConstantOrNull(V); tryToReplaceWithConstant() local 112 if (auto *Const = dyn_cast<ConstantInt>(Op)) refineInstruction() local 967 Constant *Const = nullptr; getConstantOrNull() local [all...] |