/external/llvm/lib/Target/Hexagon/ |
HexagonGenInsert.cpp | 854 // Look for a register whose prefix could patch the range [FD..LD] 856 uint16_t FD = FDi, LD = LDi; // Switch to unsigned type. 857 uint16_t MinL = LD-FD+1; 868 // max(0,FD-EL) and FD. 869 if (S > FD) // Starts too late. 872 uint16_t LowS = (EL < FD) ? FD-EL : 0; [all...] |
/external/clang/lib/CodeGen/ |
CGStmtOpenMP.cpp | 87 for (auto *FD : RD->fields()) { 88 QualType ArgType = FD->getType(); 113 FD->getLocation(), II, ArgType)); 139 for (auto *FD : RD->fields()) { 142 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { 151 if (FD->hasCapturedVLAType()) { 153 MakeAddrLValue(castValueFromUintptr(*this, FD->getType(), 155 FD->getType(), AlignmentSource::Decl); 158 auto VAT = FD->getCapturedVLAType(); 171 assert(!FD->getType()->isAnyPointerType() & [all...] |
CGBuiltin.cpp | 37 llvm::Value *CodeGenModule::getBuiltinLibFunction(const FunctionDecl *FD, 43 GlobalDecl D(FD); 48 if (FD->hasAttr<AsmLabelAttr>()) 54 cast<llvm::FunctionType>(getTypes().ConvertType(FD->getType())); 410 RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD, [all...] |
CGCleanup.h | 611 static const EHPersonality &get(CodeGenModule &CGM, const FunctionDecl *FD);
|
CGObjC.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTWriterDecl.cpp | 151 void AddFunctionDefinition(const FunctionDecl *FD) { 152 assert(FD->doesThisDeclarationHaveABody()); 153 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) { 159 Writer.AddStmt(FD->getBody()); 270 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) { 271 Record.push_back(FD->doesThisDeclarationHaveABody()); 272 if (FD->doesThisDeclarationHaveABody()) 273 AddFunctionDefinition(FD); [all...] |
/external/pcre/dist/sljit/ |
sljitNativeMIPS_common.c | 88 #define FD(d) ((d) << 6) [all...] |
/external/clang/lib/Sema/ |
SemaTemplateInstantiate.cpp | 431 } else if (FieldDecl *FD = dyn_cast<FieldDecl>(D)) { 434 << FD << Active->InstantiationRange; 498 FunctionDecl *FD = cast<FunctionDecl>(Param->getDeclContext()); 502 FD->printName(OS); [all...] |
SemaAccess.cpp | [all...] |
SemaTemplateDeduction.cpp | [all...] |
SemaExprCXX.cpp | [all...] |
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | [all...] |
/prebuilts/go/darwin-x86/src/net/ |
fd_windows.go | 102 fd *netFD 142 r.o.errc <- syscall.CancelIo(r.o.fd.sysfd) 152 fd := o.fd 154 err := fd.pd.Prepare(int(o.mode)) 170 if o.fd.skipSyncNotif { 182 err = fd.pd.Wait(int(o.mode)) 201 err := syscall.CancelIoEx(fd.sysfd, &o.o) 212 fd.pd.WaitCanceled(int(o.mode)) 274 func (fd *netFD) init() error [all...] |
/prebuilts/go/linux-x86/src/net/ |
fd_windows.go | 102 fd *netFD 142 r.o.errc <- syscall.CancelIo(r.o.fd.sysfd) 152 fd := o.fd 154 err := fd.pd.Prepare(int(o.mode)) 170 if o.fd.skipSyncNotif { 182 err = fd.pd.Wait(int(o.mode)) 201 err := syscall.CancelIoEx(fd.sysfd, &o.o) 212 fd.pd.WaitCanceled(int(o.mode)) 274 func (fd *netFD) init() error [all...] |
/external/clang/lib/Analysis/ |
CFG.cpp | 612 void appendMemberDtor(CFGBlock *B, FieldDecl *FD) { 613 B->appendMemberDtor(FD, cfg->getBumpVectorContext()); [all...] |
ThreadSafety.cpp | [all...] |
/external/clang/tools/libclang/ |
IndexingContext.h | 398 bool handleFunction(const FunctionDecl *FD);
|
CIndex.cpp | [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 46 ED, FD, EA, FA,
|
/external/clang/include/clang/AST/ |
Expr.h | 509 static bool isPotentialConstantExpr(const FunctionDecl *FD, 515 /// it were in function FD marked constexpr. Return false if the function can 519 const FunctionDecl *FD, [all...] |
Decl.h | [all...] |
/external/clang/include/clang/Analysis/ |
CFG.h | 673 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C) { 674 Elements.push_back(CFGMemberDtor(FD), C); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 147 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(FTR->getDecl())) 148 if (FD->isWeak()) [all...] |
/prebuilts/go/darwin-x86/src/os/exec/ |
exec_test.go | 206 Fd() uintptr 308 return os.Stderr.Fd() + 1 312 for fd := basefds(); fd <= 101; fd++ { 313 err := os.NewFile(fd, "").Close() 315 t.Logf("%s: Something already leaked - closed fd %d", m, fd) 339 // represented by FD 11 in the parent being made available as 0 347 // the same FD values as that case. In particular, an FD of [all...] |
/prebuilts/go/linux-x86/src/os/exec/ |
exec_test.go | 206 Fd() uintptr 308 return os.Stderr.Fd() + 1 312 for fd := basefds(); fd <= 101; fd++ { 313 err := os.NewFile(fd, "").Close() 315 t.Logf("%s: Something already leaked - closed fd %d", m, fd) 339 // represented by FD 11 in the parent being made available as 0 347 // the same FD values as that case. In particular, an FD of [all...] |