| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | SwapByteOrder.h | 71 inline unsigned char SwapByteOrder(unsigned char C) { return C; } in SwapByteOrder() 72 inline signed char SwapByteOrder(signed char C) { return C; } in SwapByteOrder() 73 inline char SwapByteOrder(char C) { return C; } in SwapByteOrder() 75 inline unsigned short SwapByteOrder(unsigned short C) { return SwapByteOrder_16(C); } in SwapByteOrder() 76 inline signed short SwapByteOrder( signed short C) { return SwapByteOrder_16(C); } in SwapByteOrder() 78 inline unsigned int SwapByteOrder(unsigned int C) { return SwapByteOrder_32(C); } in SwapByteOrder() 79 inline signed int SwapByteOrder( signed int C) { return SwapByteOrder_32(C); } in SwapByteOrder() 82 inline unsigned long SwapByteOrder(unsigned long C) { return SwapByteOrder_32(C); } in SwapByteOrder() 83 inline signed long SwapByteOrder( signed long C) { return SwapByteOrder_32(C); } in SwapByteOrder() 85 inline unsigned long SwapByteOrder(unsigned long C) { return SwapByteOrder_64(C); } in SwapByteOrder() [all …]
|
| D | TargetFolder.h | 36 Constant *Fold(Constant *C) const { in Fold() 122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() 125 Constant *CreateNot(Constant *C) const { in CreateNot() 133 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 137 Constant *CreateGetElementPtr(Constant *C, Constant *Idx) const { in CreateGetElementPtr() 143 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 148 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 152 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { in CreateInBoundsGetElementPtr() 158 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() [all …]
|
| D | ConstantFolder.h | 110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() 113 Constant *CreateNot(Constant *C) const { in CreateNot() 121 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 125 Constant *CreateGetElementPtr(Constant *C, Constant *Idx) const { in CreateGetElementPtr() 131 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 136 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 140 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { in CreateInBoundsGetElementPtr() 146 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 155 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() 159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() [all …]
|
| D | NoFolder.h | 163 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg() 166 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg() 169 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg() 172 Instruction *CreateNot(Constant *C) const { in CreateNot() 180 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 184 Constant *CreateGetElementPtr(Constant *C, Constant *Idx) const { in CreateGetElementPtr() 190 Instruction *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 195 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 199 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { in CreateInBoundsGetElementPtr() 205 Instruction *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() [all …]
|
| D | DataTypes.h.in | 136 # define INT8_C(C) C##i8 argument 139 # define UINT8_C(C) C##ui8 argument 142 # define INT16_C(C) C##i16 argument 145 # define UINT16_C(C) C##ui16 argument 148 # define INT32_C(C) C##i32 argument 151 # define UINT32_C(C) C##ui32 argument 154 # define INT64_C(C) C##i64 argument 157 # define UINT64_C(C) C##ui64 argument
|
| /freebsd-9-stable/sbin/growfs/ |
| D | debug.h | 69 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument 70 #define DBG_DUMP_FS(F,C) dbg_dump_fs((F),(C)) argument 71 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument 72 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument 73 #define DBG_DUMP_INO(F,C,M) (F)->fs_magic == FS_UFS1_MAGIC \ argument 76 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument 77 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument 78 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument 79 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument 80 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Index/ |
| D | CommentToXML.cpp | 98 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts() 201 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment() 265 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() 270 const InlineCommandComment *C) { in visitInlineCommandComment() 310 const HTMLStartTagComment *C) { in visitHTMLStartTagComment() 315 const HTMLEndTagComment *C) { in visitHTMLEndTagComment() 320 const ParagraphComment *C) { in visitParagraphComment() 333 const BlockCommandComment *C) { in visitBlockCommandComment() 353 const ParamCommandComment *C) { in visitParamCommandComment() 385 const TParamCommandComment *C) { in visitTParamCommandComment() [all …]
|
| /freebsd-9-stable/contrib/llvm/include/llvm/IR/ |
| D | TypeBuilder.h | 183 static IntegerType *get(LLVMContext &C) { in get() 190 static Type *get(LLVMContext& C) { in get() 198 static Type *get(LLVMContext& C) { in get() 206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get() 210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } in get() 214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } in get() 218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } in get() 222 static Type *get(LLVMContext& C) { return Type::getPPC_FP128Ty(C); } in get() 226 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); } in get() 231 static Type *get(LLVMContext &C) { in get()
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Type.cpp | 26 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType() 227 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy() 228 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() 229 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy() 230 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() 231 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() 232 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy() 233 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty() 234 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty() 235 Type *Type::getPPC_FP128Ty(LLVMContext &C) { return &C.pImpl->PPC_FP128Ty; } in getPPC_FP128Ty() [all …]
|
| /freebsd-9-stable/gnu/usr.bin/grep/ |
| D | system.h | 169 # define isgraph(C) (isprint(C) && !isspace(C)) argument 178 #define ISALPHA(C) (IN_CTYPE_DOMAIN (C) && isalpha (C)) argument 179 #define ISUPPER(C) (IN_CTYPE_DOMAIN (C) && isupper (C)) argument 180 #define ISLOWER(C) (IN_CTYPE_DOMAIN (C) && islower (C)) argument 181 #define ISDIGIT(C) (IN_CTYPE_DOMAIN (C) && isdigit (C)) argument 182 #define ISXDIGIT(C) (IN_CTYPE_DOMAIN (C) && isxdigit (C)) argument 183 #define ISSPACE(C) (IN_CTYPE_DOMAIN (C) && isspace (C)) argument 184 #define ISPUNCT(C) (IN_CTYPE_DOMAIN (C) && ispunct (C)) argument 185 #define ISALNUM(C) (IN_CTYPE_DOMAIN (C) && isalnum (C)) argument 186 #define ISPRINT(C) (IN_CTYPE_DOMAIN (C) && isprint (C)) argument [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | CommentLexer.cpp | 19 static inline bool isHTMLNamedCharacterReferenceCharacter(char C) { in isHTMLNamedCharacterReferenceCharacter() 23 static inline bool isHTMLDecimalCharacterReferenceCharacter(char C) { in isHTMLDecimalCharacterReferenceCharacter() 27 static inline bool isHTMLHexCharacterReferenceCharacter(char C) { in isHTMLHexCharacterReferenceCharacter() 75 const char C = Name[i]; in resolveHTMLHexCharacterReference() local 99 char C = *NewBufferPtr; in skipLineStartingDecorations() local 168 bool isHTMLIdentifierStartingCharacter(char C) { in isHTMLIdentifierStartingCharacter() 172 bool isHTMLIdentifierCharacter(char C) { in isHTMLIdentifierCharacter() 195 const char C = *BufferPtr; in skipHTMLQuotedString() local 214 bool isCommandNameStartCharacter(char C) { in isCommandNameStartCharacter() 218 bool isCommandNameCharacter(char C) { in isCommandNameCharacter() [all …]
|
| D | ExprCXX.cpp | 141 CXXNewExpr::CXXNewExpr(const ASTContext &C, bool globalNew, in CXXNewExpr() 204 void CXXNewExpr::AllocateArgsArray(const ASTContext &C, bool isArray, in AllocateArgsArray() 292 UnresolvedLookupExpr::Create(const ASTContext &C, in Create() 313 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() 326 OverloadExpr::OverloadExpr(StmtClass K, const ASTContext &C, in OverloadExpr() 398 void OverloadExpr::initializeResults(const ASTContext &C, in initializeResults() 454 DependentScopeDeclRefExpr::Create(const ASTContext &C, in Create() 471 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() 589 CXXStaticCastExpr *CXXStaticCastExpr::Create(const ASTContext &C, QualType T, in Create() 607 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() [all …]
|
| D | Stmt.cpp | 52 void *Stmt::operator new(size_t bytes, const ASTContext& C, in operator new() 255 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() 271 void CompoundStmt::setStmts(const ASTContext &C, Stmt **Stmts, in setStmts() 285 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() 294 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() 389 void GCCAsmStmt::setOutputsAndInputsAndClobbers(const ASTContext &C, in setOutputsAndInputsAndClobbers() 444 const ASTContext &C, unsigned &DiagOffs) const { in AnalyzeAsmString() argument 629 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, in GCCAsmStmt() 653 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() 667 static StringRef copyIntoContext(const ASTContext &C, StringRef str) { in copyIntoContext() [all …]
|
| D | DeclCXX.cpp | 33 AccessSpecDecl *AccessSpecDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 93 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() 108 CXXRecordDecl *CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC, in CreateLambda() 126 CXXRecordDecl::CreateDeserialized(const ASTContext &C, unsigned ID) { in CreateDeserialized() 138 ASTContext &C = getASTContext(); in setBases() local 1001 for (LambdaExpr::Capture *C = Lambda.Captures, *CEnd = C + Lambda.NumCaptures; in getCaptureFields() local 1401 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() 1412 CXXMethodDecl *CXXMethodDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 1679 CXXConstructorDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 1686 CXXConstructorDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | UnixAPIChecker.cpp | 78 void UnixAPIChecker::CheckOpen(CheckerContext &C, const CallExpr *CE) const { in CheckOpen() 149 void UnixAPIChecker::CheckPthreadOnce(CheckerContext &C, in CheckPthreadOnce() 211 bool UnixAPIChecker::ReportZeroByteAllocation(CheckerContext &C, in ReportZeroByteAllocation() 236 void UnixAPIChecker::BasicAllocationCheck(CheckerContext &C, in BasicAllocationCheck() 265 void UnixAPIChecker::CheckCallocZero(CheckerContext &C, in CheckCallocZero() 301 void UnixAPIChecker::CheckMallocZero(CheckerContext &C, in CheckMallocZero() 306 void UnixAPIChecker::CheckReallocZero(CheckerContext &C, in CheckReallocZero() 311 void UnixAPIChecker::CheckReallocfZero(CheckerContext &C, in CheckReallocfZero() 316 void UnixAPIChecker::CheckAllocaZero(CheckerContext &C, in CheckAllocaZero() 321 void UnixAPIChecker::CheckVallocZero(CheckerContext &C, in CheckVallocZero()
|
| D | StreamChecker.cpp | 201 void StreamChecker::Fopen(CheckerContext &C, const CallExpr *CE) const { in Fopen() 205 void StreamChecker::Tmpfile(CheckerContext &C, const CallExpr *CE) const { in Tmpfile() 209 void StreamChecker::OpenFileAux(CheckerContext &C, const CallExpr *CE) const { in OpenFileAux() 235 void StreamChecker::Fclose(CheckerContext &C, const CallExpr *CE) const { in Fclose() 241 void StreamChecker::Fread(CheckerContext &C, const CallExpr *CE) const { in Fread() 248 void StreamChecker::Fwrite(CheckerContext &C, const CallExpr *CE) const { in Fwrite() 255 void StreamChecker::Fseek(CheckerContext &C, const CallExpr *CE) const { in Fseek() 282 void StreamChecker::Ftell(CheckerContext &C, const CallExpr *CE) const { in Ftell() 289 void StreamChecker::Rewind(CheckerContext &C, const CallExpr *CE) const { in Rewind() 296 void StreamChecker::Fgetpos(CheckerContext &C, const CallExpr *CE) const { in Fgetpos() [all …]
|
| D | CStringChecker.cpp | 170 ProgramStateRef CheckBufferAccess(CheckerContext &C, in CheckBufferAccess() 216 ProgramStateRef CStringChecker::checkNonNull(CheckerContext &C, in checkNonNull() 259 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, in CheckLocation() 332 ProgramStateRef CStringChecker::CheckBufferAccess(CheckerContext &C, in CheckBufferAccess() 409 ProgramStateRef CStringChecker::CheckOverlap(CheckerContext &C, in CheckOverlap() 522 void CStringChecker::emitOverlapBug(CheckerContext &C, ProgramStateRef state, in emitOverlapBug() 541 ProgramStateRef CStringChecker::checkAdditionOverflow(CheckerContext &C, in checkAdditionOverflow() 654 SVal CStringChecker::getCStringLengthForRegion(CheckerContext &C, in getCStringLengthForRegion() 692 SVal CStringChecker::getCStringLength(CheckerContext &C, ProgramStateRef &state, in getCStringLength() 792 const StringLiteral *CStringChecker::getCStringLiteral(CheckerContext &C, in getCStringLiteral() [all …]
|
| D | ReturnUndefChecker.cpp | 81 static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, in emitBug() 95 void ReturnUndefChecker::emitUndef(CheckerContext &C, const Expr *RetE) const { in emitUndef() 103 void ReturnUndefChecker::checkReference(CheckerContext &C, const Expr *RetE, in checkReference()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTUnresolvedSet.h | 42 ASTUnresolvedSet(ASTContext &C, unsigned N) : Decls(C, N) {} in ASTUnresolvedSet() 53 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { in addDecl() 77 void reserve(ASTContext &C, unsigned N) { in reserve() 81 void append(ASTContext &C, iterator I, iterator E) { in append() 97 ASTUnresolvedSet &get(ASTContext &C) const { in get() 103 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); } in reserve() 104 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { in addLazyDecl()
|
| D | ASTVector.h | 74 ASTVector(const ASTContext &C, unsigned N) in ASTVector() 166 void push_back(const_reference Elt, const ASTContext &C) { in push_back() 177 void reserve(const ASTContext &C, unsigned N) { in reserve() 189 void append(const ASTContext &C, in_iter in_start, in_iter in_end) { in append() 208 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append() 225 iterator insert(const ASTContext &C, iterator I, const T &Elt) { in insert() 246 iterator insert(const ASTContext &C, iterator I, size_type NumToInsert, in insert() 295 iterator insert(const ASTContext &C, iterator I, ItTy From, ItTy To) { in insert() 346 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize() 384 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow()
|
| D | Mangle.h | 162 explicit ItaniumMangleContext(ASTContext &C, DiagnosticsEngine &D) in ItaniumMangleContext() 175 static bool classof(const MangleContext *C) { in classof() 185 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() 206 static bool classof(const MangleContext *C) { in classof()
|
| /freebsd-9-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | traffic.c | 198 #define NOBE(C) \ in uni_classify_traffic() argument 204 #define NOFT(C) \ in uni_classify_traffic() argument 210 #define NOBT(C) \ in uni_classify_traffic() argument 216 #define FBAD(C) do { \ in uni_classify_traffic() argument 221 #define BBAD(C) do { \ in uni_classify_traffic() argument
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMConstantPoolValue.cpp | 38 ARMConstantPoolValue::ARMConstantPoolValue(LLVMContext &C, unsigned id, in ARMConstantPoolValue() 107 const Constant *C, in ARMConstantPoolConstant() 116 ARMConstantPoolConstant::ARMConstantPoolConstant(const Constant *C, in ARMConstantPoolConstant() 127 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() 141 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() 148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() 188 ARMConstantPoolSymbol::ARMConstantPoolSymbol(LLVMContext &C, const char *s, in ARMConstantPoolSymbol() 198 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, in Create() 227 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C, in ARMConstantPoolMBB() 236 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | GlobalStatus.cpp | 34 bool llvm::isSafeToDestroyConstant(const Constant *C) { in isSafeToDestroyConstant() 96 if (Constant *C = dyn_cast<Constant>(StoredVal)) { in analyzeGlobalAux() local 152 } else if (ImmutableCallSite C = I) { in analyzeGlobalAux() local 159 } else if (const Constant *C = dyn_cast<Constant>(U)) { in analyzeGlobalAux() local
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.decls.h | 332 # define putwraw(C) putraw(C) argument 333 # define xputwchar(C) xputchar(C) argument
|