Home
last modified time | relevance | path

Searched defs:Zero (Results 1 – 25 of 84) sorted by relevance

1234

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_no_variadics.pass.cpp25 struct Zero struct
28 Zero() {++count;} in Zero() argument
29 Zero(Zero const &) {++count;} in Zero() function
30 ~Zero() {--count;} in ~Zero() argument
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Denum.cpp6 Zero enumerator
/minix3/lib/libm/src/
H A De_fmodf.c30 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A Ds_remquof.c18 static const float Zero[] = {0.0, -0.0,}; variable
H A De_fmod.c27 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
H A Ds_remquo.c20 static const double Zero[] = {0.0, -0.0,}; variable
H A De_fmodl.c60 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
/minix3/external/bsd/llvm/dist/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp104 DIEInteger Zero(0); in TEST() local
135 DIEInteger Zero(0); in TEST() local
189 DIEInteger Zero(0); in TEST() local
218 DIEInteger Zero(0); in TEST() local
251 DIEInteger Zero(0); in TEST() local
284 DIEInteger Zero(0); in TEST() local
309 DIEInteger Zero(0); in TEST() local
382 DIEInteger Zero(0); in TEST() local
455 DIEInteger Zero(0); in TEST() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h166 APInt Zero; variable
230 Value *Zero; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h53 static CharUnits Zero() { in Zero() function
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp9 template<template<typename> class, typename X> using Zero = X; typedef
H A Dalias-templates.cpp174 template <typename ... Args> using Zero = tuple<DefaultValue<Args> ...>; typedef
185 template <template<int x> class... Args> using Zero = tuple<DefaultValue<Args> ...>; typedef
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DABI.h73 VirtualAdjustment Zero; in isEmpty() local
141 VirtualAdjustment Zero; in isEmpty() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp108 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0); in EmitDeviceStubBody() local
H A DCGExprScalar.cpp164 llvm::Value *Zero = llvm::Constant::getNullValue(V->getType()); in EmitFloatToBoolConversion() local
170 Value *Zero = llvm::ConstantPointerNull::get( in EmitPointerToBoolConversion() local
1061 llvm::Value *Zero = llvm::Constant::getNullValue(SrcTy); in VisitConvertVectorExpr() local
1847 Value *Zero = llvm::Constant::getNullValue(Oper->getType()); in VisitUnaryLNot() local
2186 const BinOpInfo &Ops, llvm::Value *Zero, bool isDiv) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()
2219 llvm::Value *Zero = llvm::Constant::getNullValue(ConvertType(Ops.Ty)); in EmitDiv() local
2223 llvm::Value *Zero = llvm::Constant::getNullValue(ConvertType(Ops.Ty)); in EmitDiv() local
2252 llvm::Value *Zero = llvm::Constant::getNullValue(ConvertType(Ops.Ty)); in EmitRem() local
2695 llvm::Value *Zero = llvm::ConstantInt::get(BitsShiftedOff->getType(), 0); in EmitShl() local
2986 Value *Zero = llvm::ConstantAggregateZero::get(LHS->getType()); in VisitBinLAnd() local
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp138 DefinedOrUnknownSVal Zero = svalBuilder.makeZeroVal(Ty); in checkPreStmt() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp169 const llvm::APSInt &Zero = getBasicVals().getValue(0, DiffTy); in assumeAux() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp363 APInt Zero(BitWidth, 0); in ComputePHILiveOutRegInfo() local
398 APInt Zero(BitWidth, 0); in ComputePHILiveOutRegInfo() local
H A DLegalizeVectorOps.cpp834 SDValue Zero = DAG.getNode(ISD::BUILD_VECTOR, DL, SrcVT, BuildVectorOperands); in ExpandZERO_EXTEND_VECTOR_INREG() local
964 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType()); in ExpandFNEG() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp684 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in selectNode() local
688 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in selectNode() local
693 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, in selectNode() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DMemoryBufferTest.cpp104 OwningBuffer Zero(MemoryBuffer::getNewUninitMemBuffer(0)); in TEST_F() local
/minix3/minix/drivers/power/acpi/utilities/
H A Dutprint.c307 char Zero; in AcpiUtFormatNumber() local
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DConstantRangeTest.cpp391 ConstantRange Zero(APInt(16, 0)); in TEST_F() local
H A DConstantsTest.cpp24 Constant* Zero = ConstantInt::get(Int1, 0); in TEST() local
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h174 Value *Zero = ConstantInt::get(Context, APInt(32, 0)); variable

1234