Searched defs:false (Results 176 - 200 of 211) sorted by relevance

123456789

/freebsd-10.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp788 MI->second.Merge(PtrState(), /*TopDown=*/false); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp614 explicit GVN(bool noloads = false) argument
[all...]
H A DLoopStrengthReduce.cpp467 getExactSDiv(const SCEV *LHS, const SCEV *RHS, ScalarEvolution &SE, bool IgnoreSignificantBits = false) argument
4749 WriteAsOperand(dbgs(), L->getHeader(), /*PrintType=*/false); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRForTarget.cpp120 PrintValue(const Value *value, bool truncate = false) argument
135 PrintType(const llvm::Type *type, bool truncate = false) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp954 m_gdb_comm.SendPacketAndWaitForResponse (GetExtraStartupCommands().GetArgumentAtIndex(idx), response, false); local
[all...]
/freebsd-10.3-release/contrib/gcc/cp/
H A Dname-lookup.c2254 false); local
[all...]
H A Dcall.c3752 arglist, NULL_TREE, false, NULL_TREE, NULL_TREE, local
3767 NULL_TREE, false, local
[all...]
/freebsd-10.3-release/usr.sbin/mountd/
H A Dmountd.c1266 int false = 0; local
1293 int false = 0; local
1332 int false = 0; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1580 DeclRefExpr tempDRE(const_cast<VarDecl*>(D), false, D->getType(), local
1780 emitARCValueOperation(CodeGenFunction &CGF, llvm::Value *value, llvm::Constant *&fn, StringRef fnName, bool isTailCall = false) argument
[all...]
H A DCGObjCMac.cpp1484 GetSelector(CodeGenFunction &CGF, Selector Sel, bool lvalue = false) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp933 AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding, bool InBaseClass = false) argument
2125 FormatFunctionParameter(ASTContext &Context, const PrintingPolicy &Policy, const ParmVarDecl *Param, bool SuppressName = false, bool SuppressBlock = false) argument
2255 AddFunctionParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const FunctionDecl *Function, CodeCompletionBuilder &Result, unsigned Start = 0, bool InOptional = false) argument
2308 AddTemplateParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const TemplateDecl *Template, CodeCompletionBuilder &Result, unsigned MaxParameters = 0, unsigned Start = 0, bool InDefaultArg = false) argument
2991 AddMacroResults(Preprocessor &PP, ResultBuilder &Results, bool IncludeUndefined, bool TargetTypeIsPointer = false) argument
4402 CurContext, 0, false); local
4520 AddObjCImplementationResults(getLangOpts(), Results, false); local
4522 AddObjCInterfaceResults(getLangOpts(), Results, false); local
4658 AddObjCVisibilityResults(getLangOpts(), Results, false); local
5760 CurContext, 0, false); local
5829 CurContext, 0, false); local
5929 CurContext, 0, false); local
6071 CurContext, 0, false); local
[all...]
H A DSemaDeclAttr.cpp461 checkAttrArgsAreLockableObjs(Sema &S, Decl *D, const AttributeList &Attr, SmallVectorImpl<Expr*> &Args, int Sidx = 0, bool ParamIdxOk = false) argument
4480 checkMicrosoftExt(Sema &S, const AttributeList &Attr, bool OtherExtension = false) argument
[all...]
H A DSemaExprObjC.cpp169 getNSNumberFactoryMethod(Sema &S, SourceLocation Loc, QualType NumberType, bool isLiteral = false, SourceRange R = SourceRange()) argument
326 CheckObjCCollectionLiteralElement(Sema &S, Expr *Element, QualType T, bool ArrayLiteral = false) argument
[all...]
H A DSemaInit.cpp3089 TryConstructorInitialization(Sema &S, const InitializedEntity &Entity, const InitializationKind &Kind, MultiExprArg Args, QualType DestType, InitializationSequence &Sequence, bool InitListSyntax = false) argument
4698 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp918 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) argument
925 cleanUpLocation(PathDiagnosticLocation L, const LocationContext *LC, bool firstCharOnly = false) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h515 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp219 StructuralEquivalenceContext(ASTContext &C1, ASTContext &C2, llvm::DenseSet<std::pair<Decl *, Decl *> > &NonEquivalentDecls, bool StrictTypeSpelling = false, bool Complain = true) argument
[all...]
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dregex.c405 # define false macro
[all...]
/freebsd-10.3-release/contrib/sendmail/src/
H A Dqueue.c492 dumpfd(sm_io_getinfo(tfp, SM_IO_WHAT_FD, NULL), true, false); local
758 printaddr(sm_debug_file(), q, false); local
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dgimplify.c4959 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, false, false); local
5041 gimplify_scan_omp_clauses (&OMP_CLAUSES (stmt), pre_p, false, false); local
[all...]
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dregex.c405 # define false macro
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp487 getSimpleFunctionType(QualType result, ArrayRef<QualType> args, bool variadic = false) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp891 explicit LoopVectorize(bool NoUnrolling = false) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2538 OS << "<ARM_MB::" << MemBOptToString(getMemBarrierOpt(), false) << ">"; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1070 func_name.SetValue(ConstString(name), false); local
3521 best_name.SetValue (ConstString(name), false); local
[all...]

Completed in 349 milliseconds

123456789