/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/ |
CFG.h | 692 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C) { 693 Elements.push_back(CFGMemberDtor(FD), C); [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
Expr.h | 516 static bool isPotentialConstantExpr(const FunctionDecl *FD, 522 /// it were in function FD marked constexpr. Return false if the function can 526 const FunctionDecl *FD, [all...] |
Decl.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/ |
CFG.h | 692 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C) { 693 Elements.push_back(CFGMemberDtor(FD), C); [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
Expr.h | 516 static bool isPotentialConstantExpr(const FunctionDecl *FD, 522 /// it were in function FD marked constexpr. Return false if the function can 526 const FunctionDecl *FD, [all...] |
Decl.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/ |
CFG.h | 692 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C) { 693 Elements.push_back(CFGMemberDtor(FD), C); [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
Expr.h | 516 static bool isPotentialConstantExpr(const FunctionDecl *FD, 522 /// it were in function FD marked constexpr. Return false if the function can 526 const FunctionDecl *FD, [all...] |
Decl.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/ |
CFG.h | 692 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C) { 693 Elements.push_back(CFGMemberDtor(FD), C); [all...] |
/prebuilts/go/darwin-x86/src/os/exec/ |
exec_test.go | 235 Fd() uintptr 373 return os.Stderr.Fd() + 1 377 for fd := basefds(); fd <= 101; fd++ { 378 err := os.NewFile(fd, "").Close() 380 t.Logf("%s: Something already leaked - closed fd %d", m, fd) 404 // represented by FD 11 in the parent being made available as 0 412 // the same FD values as that case. In particular, an FD of [all...] |
/prebuilts/go/linux-x86/src/os/exec/ |
exec_test.go | 235 Fd() uintptr 373 return os.Stderr.Fd() + 1 377 for fd := basefds(); fd <= 101; fd++ { 378 err := os.NewFile(fd, "").Close() 380 t.Logf("%s: Something already leaked - closed fd %d", m, fd) 404 // represented by FD 11 in the parent being made available as 0 412 // the same FD values as that case. In particular, an FD of [all...] |
/external/clang/include/clang/AST/ |
Decl.h | [all...] |
DeclCXX.h | 56 AnyFunctionDecl(FunctionDecl *FD) : Function(FD) { } 796 void pushFriendDecl(FriendDecl *FD); [all...] |
/external/clang/lib/Analysis/ |
ThreadSafety.cpp | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
Decl.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
Decl.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
Decl.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
Decl.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
Decl.h | [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |
SemaCodeComplete.cpp | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
FdfParserLite.py | [all...] |
/external/mesa3d/src/compiler/glsl/ |
builtin_functions.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 38 llvm::Value *CodeGenModule::getBuiltinLibFunction(const FunctionDecl *FD, 44 GlobalDecl D(FD); 49 if (FD->hasAttr<AsmLabelAttr>()) 55 cast<llvm::FunctionType>(getTypes().ConvertType(FD->getType())); 465 RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD, [all...] |