/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared_no_variadics.pass.cpp | 25 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 D | enum.cpp | 6 Zero enumerator
|
/minix3/lib/libm/src/ |
H A D | e_fmodf.c | 30 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
H A D | s_remquof.c | 18 static const float Zero[] = {0.0, -0.0,}; variable
|
H A D | e_fmod.c | 27 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
H A D | s_remquo.c | 20 static const double Zero[] = {0.0, -0.0,}; variable
|
H A D | e_fmodl.c | 60 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
/minix3/external/bsd/llvm/dist/llvm/unittests/CodeGen/ |
H A D | DIEHashTest.cpp | 104 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 D | MemoryBuiltins.h | 166 APInt Zero; variable 230 Value *Zero; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | CharUnits.h | 53 static CharUnits Zero() { in Zero() function
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | alias-church-numerals.cpp | 9 template<template<typename> class, typename X> using Zero = X; typedef
|
H A D | alias-templates.cpp | 174 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 D | ABI.h | 73 VirtualAdjustment Zero; in isEmpty() local 141 VirtualAdjustment Zero; in isEmpty() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 108 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0); in EmitDeviceStubBody() local
|
H A D | CGExprScalar.cpp | 164 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 D | VLASizeChecker.cpp | 138 DefinedOrUnknownSVal Zero = svalBuilder.makeZeroVal(Ty); in checkPreStmt() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleConstraintManager.cpp | 169 const llvm::APSInt &Zero = getBasicVals().getValue(0, DiffTy); in assumeAux() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 363 APInt Zero(BitWidth, 0); in ComputePHILiveOutRegInfo() local 398 APInt Zero(BitWidth, 0); in ComputePHILiveOutRegInfo() local
|
H A D | LegalizeVectorOps.cpp | 834 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 D | MipsSEISelDAGToDAG.cpp | 684 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 D | MemoryBufferTest.cpp | 104 OwningBuffer Zero(MemoryBuffer::getNewUninitMemBuffer(0)); in TEST_F() local
|
/minix3/minix/drivers/power/acpi/utilities/ |
H A D | utprint.c | 307 char Zero; in AcpiUtFormatNumber() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 391 ConstantRange Zero(APInt(16, 0)); in TEST_F() local
|
H A D | ConstantsTest.cpp | 24 Constant* Zero = ConstantInt::get(Int1, 0); in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTestBase.h | 174 Value *Zero = ConstantInt::get(Context, APInt(32, 0)); variable
|