Searched defs:NewInt (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue29013b.go | 19 func NewInt(v int) Int { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/ |
D | const.go | 23 func NewInt(pos src.XPos, v int64) Node { func
|
/aosp_15_r20/prebuilts/go/linux-x86/misc/cgo/gmp/ |
D | gmp.go | 134 func NewInt(x int64) *Int { return new(Int).SetInt64(x) } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/expvar/ |
D | expvar.go | 327 func NewInt(name string) *Int { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | int.go | 77 func NewInt(x int64) *Int { func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 579 llvm::APSInt NewInt; in fixAPSInt() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 579 llvm::APSInt NewInt; in fixAPSInt() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 579 llvm::APSInt NewInt; in fixAPSInt() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SMTConv.h | 579 llvm::APSInt NewInt; in fixAPSInt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1860 APInt NewInt = CI->getValue(); in constantFold() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8334 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 10532 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11421 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local
|