Home
last modified time | relevance | path

Searched defs:AsInt (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Devent_id.h54 uint64_t AsInt() const { return client_id << 44 | operation_id; } in AsInt() function
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp47 int AsInt() { in AsInt() function in Foo
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-sizeof-expression.cpp21 int AsInt() { return 0; } in AsInt() function
27 int AsInt() { return 0; } in AsInt() function
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp47 int AsInt() { in AsInt() function in Foo
/external/starlark-go/starlark/
Dint.go353 func AsInt(x Value, ptr interface{}) error { func
/external/llvm-project/llvm/unittests/Support/
DJSONTest.cpp301 llvm::Optional<int64_t> AsInt; in TEST() member
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp3685 APInt AsInt; in parseRealInstList() local
3710 for (const APInt &AsInt : ValuesAsInt) { in emitRealValues() local
4076 for (const APInt &AsInt : Contents.AsIntValues) { in emitFieldValue() local
4128 for (const auto &AsInt : Initializer.AsIntValues) { in emitFieldInitializer() local
4135 const auto &AsInt = *It; in emitFieldInitializer() local
DAsmParser.cpp3179 APInt AsInt; in parseDirectiveRealValue() local
4820 APInt AsInt; in parseDirectiveRealDCB() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3153 APInt AsInt; in parseDirectiveRealValue() local
4785 APInt AsInt; in parseDirectiveRealDCB() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2782 APInt AsInt = Value.bitcastToAPInt(); in parseDirectiveRealValue() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp6918 APSInt AsInt(Val.bitcastToAPInt()); in visitFloat() local
13276 APSInt AsInt; in VisitCastExpr() local
/external/clang/lib/AST/
DExprConstant.cpp8132 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr() local
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp8313 llvm::Value *AsInt = in EmitVAArgFromMemory() local