/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | IntervalIterator.h | 71 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() 81 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() 180 Interval *Int = new Interval(Header); in ProcessInterval() local 199 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 49 Int, enumerator 80 int64_t Int; member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p700.C | 160 inline Int::Int () :rep(0) {} in Int() function 161 inline Int::Int (const int b) :rep(b) {} in Int() function 162 inline Int::Int (const Int& b) :rep(b.Int::val()) {} in Int() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | rfg24.C | 1 typedef int Int; typedef
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/ |
H A D | typedef1.C | 8 typedef int Int; typedef
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 921208-1.c | 8 Int(double (*f)(double), double a) in Int() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/abi/ |
H A D | bitfield2.h | 1 typedef int Int; typedef
|
H A D | bitfield1.h | 1 typedef int Int; typedef
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
H A D | bitfield2.C | 7 typedef int Int; typedef
|
H A D | bitfield1.C | 7 typedef int Int; typedef
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 51 auto *Int = llvm::ConstantInt::get(IntTy, IntValue); in initializationPatternFor() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | IntervalPartition.cpp | 67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors()
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1544 const ACLEIntrinsic *Int; member 1572 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinCG() local 1645 const ACLEIntrinsic *Int = OI_prelim.Int; in EmitBuiltinCG() local 1716 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinAliases() local 1739 const ACLEIntrinsic &Int = *kv.second; in GroupSemaChecks() local 1801 const ACLEIntrinsic &Int = *kv.second; in EmitHeader() local 1948 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinDef() local 1956 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinDef() local 2060 const ACLEIntrinsic &Int = *kv.second; in EmitHeader() local 2158 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinDef() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ |
H A D | spec6.C | 39 typedef int Int; typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 728 SMTExprRef mkBitvector(const llvm::APSInt Int, unsigned BitWidth) override { in mkBitvector() 754 llvm::APSInt Int = llvm::APSInt(Float.bitcastToAPInt(), false); in mkFloat() local 790 llvm::APSInt Int(Sort->getFloatSortSize(), true); in toAPFloat() local 808 llvm::APSInt &Int, bool useSemantics) { in toAPSInt() 845 bool getInterpretation(const SMTExprRef &Exp, llvm::APSInt &Int) override { in getInterpretation()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 3031 const llvm::APSInt &Int, in assumeSymNE() 3047 const llvm::APSInt &Int, in assumeSymEQ() 3064 const llvm::APSInt &Int, in getSymLTRange() 3093 const llvm::APSInt &Int, in assumeSymLT() 3101 const llvm::APSInt &Int, in getSymGTRange() 3130 const llvm::APSInt &Int, in assumeSymGT() 3138 const llvm::APSInt &Int, in getSymGERange() 3167 const llvm::APSInt &Int, in assumeSymGE() 3175 const llvm::APSInt &Int, in getSymLERange() 3204 const llvm::APSInt &Int, in getSymLERange() [all …]
|
H A D | RangedConstraintManager.cpp | 155 const llvm::APSInt &Int) { in assumeSymRel()
|
/openbsd-src/gnu/gcc/libdecnumber/ |
H A D | decNumberLocal.h | 49 #define Int int32_t macro
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 57 } else if (auto *Int = dyn_cast<IntInit>(&I)) { in translateInit() local
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 572 const llvm::APSInt &Int) { in getAPSIntType() 578 fixAPSInt(ASTContext &Ctx, const llvm::APSInt &Int) { in fixAPSInt()
|
/openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/ |
H A D | Typemap.xs | 23 typedef int Int; /* T_INT */ typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 397 if (auto *Int = dyn_cast<IntrinsicInst>(&I)) in TryConvertActiveLaneMask() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | IntrinsicEmitter.cpp | 473 static void ComputeFixedEncoding(const CodeGenIntrinsic &Int, in ComputeFixedEncoding() 682 for (const CodeGenIntrinsic &Int : Ints) { in EmitAttributes() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 54 int64_t Int; member
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 466 Function *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty); in LowerToByteSwap() local
|