/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | sizeof-expression-any-pointer.cpp | 21 int AsInt() { return 0; } in AsInt() function 27 int AsInt() { return 0; } in AsInt() function
|
H A D | sizeof-expression.cpp | 21 int AsInt() { return 0; } in AsInt() function 27 int AsInt() { return 0; } in AsInt() function
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.mem/ |
H A D | p5.cpp | 51 int AsInt() { in AsInt() function in Foo
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Hexagon.cpp | 202 llvm::Value *AsInt = in EmitVAArgFromMemory() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | JSONTest.cpp | 305 std::optional<int64_t> AsInt; in TEST() member
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 250 uint64_t AsInt = AllocaTypeSize ? AllocaTypeSize->getFixedValue() : 0; sizeOfAlloca() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 3906 if (parseRealValue(Semantics, AsInt)) in parseRealInstList() local 3931 getStreamer().emitIntValue(AsInt); in emitRealValues() local 4293 getStreamer().emitIntValue(AsInt.getLimitedValue(), in emitFieldValue() local 4344 getStreamer().emitIntValue(AsInt in emitFieldInitializer() local 4349 for (const auto &AsInt : emitFieldInitializer() local [all...] |
H A D | AsmParser.cpp | 3291 APInt AsInt; parseDirectiveRealValue() local 4943 APInt AsInt; parseDirectiveRealDCB() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2513 SDValue AsInt = DAG.getNode(ISD::SHL, dl, AsIntVT, CastExpToValTy, expandLdexp() local 2582 SDValue AsInt = DAG.getNode(ISD::BITCAST, dl, AsIntVT, Val); expandFrexp() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 705 Value *AsInt = Builder.CreatePtrToInt(Ptr, HVC.getIntTy(), "pti"); createAlignedPointer() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7230 APSInt AsInt(Val.bitcastToAPInt()); visitFloat() local 14404 APSInt AsInt; VisitCastExpr() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 8120 auto AsInt = MIRBuilder.buildCopy(IntTy, SrcReg); lowerISFPCLASS() local [all...] |