/external/v8/src/runtime/ |
D | runtime.h | 43 #define FOR_EACH_INTRINSIC_ARRAY(F, I) \ argument 55 #define FOR_EACH_INTRINSIC_ATOMICS(F, I) \ argument 70 #define FOR_EACH_INTRINSIC_BIGINT(F, I) \ argument 83 #define FOR_EACH_INTRINSIC_CLASSES(F, I) \ argument 97 #define FOR_EACH_INTRINSIC_COLLECTIONS(F, I) \ argument 106 #define FOR_EACH_INTRINSIC_COMPILER(F, I) \ argument 117 #define FOR_EACH_INTRINSIC_DATE(F, I) F(DateCurrentTime, 0, 1) argument 119 #define FOR_EACH_INTRINSIC_DEBUG(F, I) \ argument 149 #define FOR_EACH_INTRINSIC_FORIN(F, I) \ argument 154 #define FOR_EACH_INTRINSIC_INTERPRETER_TRACE(F, I) \ argument [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-function-mockers.h | 64 typedef R F(); typedef 84 typedef R F(A1); typedef 105 typedef R F(A1, A2); typedef 126 typedef R F(A1, A2, A3); typedef 148 typedef R F(A1, A2, A3, A4); typedef 171 typedef R F(A1, A2, A3, A4, A5); typedef 195 typedef R F(A1, A2, A3, A4, A5, A6); typedef 220 typedef R F(A1, A2, A3, A4, A5, A6, A7); typedef 245 typedef R F(A1, A2, A3, A4, A5, A6, A7, A8); typedef 270 typedef R F(A1, A2, A3, A4, A5, A6, A7, A8, A9); typedef [all …]
|
/external/clang/test/Analysis/ |
D | simple-stream-checks.c | 6 FILE *F = fopen("myfile.txt", "w"); in checkDoubleFClose() local 18 FILE *F = fopen("myfile.txt", "w"); in checkLeak() local 30 FILE *F = fopen("myfile.txt", "w"); in checkLeakFollowedByAssert() local 40 FILE *F = fopen("myfile.txt", "w"); in CloseOnlyOnValidFileHandle() local 47 FILE *F = fopen("myfile.txt", "w"); in leakOnEnfOfPath1() local 51 FILE *F = fopen("myfile.txt", "w"); in leakOnEnfOfPath2() local 56 FILE *F = fopen("myfile.txt", "w"); in leakOnEnfOfPath3() local 62 FILE *F = fopen("myfile.txt", "w"); in SymbolEscapedThroughFunctionCall() local 69 FILE *F = fopen("myfile.txt", "w"); in SymbolEscapedThroughAssignmentToGloabl() local 75 FILE *F = fopen("myfile.txt", "w"); in SymbolDoesNotEscapeThoughStringAPIs() local [all …]
|
/external/rust/crates/syn/1.0.7/src/gen/ |
D | fold.rs | 784 pub fn fold_abi<F>(f: &mut F, node: Abi) -> Abi in fold_abi() 795 f: &mut F, in fold_angle_bracketed_generic_arguments() 809 pub fn fold_arm<F>(f: &mut F, node: Arm) -> Arm in fold_arm() 828 pub fn fold_attr_style<F>(f: &mut F, node: AttrStyle) -> AttrStyle in fold_attr_style() 840 pub fn fold_attribute<F>(f: &mut F, node: Attribute) -> Attribute in fold_attribute() 853 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg() 869 pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp in fold_bin_op() 931 pub fn fold_binding<F>(f: &mut F, node: Binding) -> Binding in fold_binding() 942 pub fn fold_block<F>(f: &mut F, node: Block) -> Block in fold_block() 952 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes() [all …]
|
/external/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/ |
D | generate_canonical.pass.cpp | 24 typedef float F; in main() typedef 31 typedef float F; in main() typedef 38 typedef float F; in main() typedef 45 typedef float F; in main() typedef 52 typedef float F; in main() typedef 60 typedef double F; in main() typedef 67 typedef double F; in main() typedef 74 typedef double F; in main() typedef 84 typedef double F; in main() typedef 94 typedef double F; in main() typedef
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | debug.h | 12 #define DCALL(F,X) if (_Developer_Debug & DBG_##F) X argument 13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X argument 15 #define DENTER(F) DPRINTF(F, ("%s() entered.\n",fname)) argument 16 #define DEXIT(F) DPRINTF(F, ("%s() exiting.\n",fname)) argument 17 #define DEXIT_STATUS(F,S) \ argument 44 #define DPRINTF(F,X) argument 46 #define DENTER(F) argument 47 #define DEXIT(F) argument 48 #define DEXIT_STATUS(F,S) argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstIterator.h | 132 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } in inst_begin() 133 inline inst_iterator inst_end(Function *F) { return inst_iterator(*F, true); } in inst_end() 134 inline inst_range instructions(Function *F) { in instructions() 137 inline const_inst_iterator inst_begin(const Function *F) { in inst_begin() 140 inline const_inst_iterator inst_end(const Function *F) { in inst_end() 143 inline const_inst_range instructions(const Function *F) { in instructions() 146 inline inst_iterator inst_begin(Function &F) { return inst_iterator(F); } in inst_begin() 147 inline inst_iterator inst_end(Function &F) { return inst_iterator(F, true); } in inst_end() 148 inline inst_range instructions(Function &F) { in instructions() 151 inline const_inst_iterator inst_begin(const Function &F) { in inst_begin() [all …]
|
/external/llvm/include/llvm/IR/ |
D | InstIterator.h | 126 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } in inst_begin() 127 inline inst_iterator inst_end(Function *F) { return inst_iterator(*F, true); } in inst_end() 128 inline inst_range instructions(Function *F) { in instructions() 131 inline const_inst_iterator inst_begin(const Function *F) { in inst_begin() 134 inline const_inst_iterator inst_end(const Function *F) { in inst_end() 137 inline const_inst_range instructions(const Function *F) { in instructions() 140 inline inst_iterator inst_begin(Function &F) { return inst_iterator(F); } in inst_begin() 141 inline inst_iterator inst_end(Function &F) { return inst_iterator(F, true); } in inst_end() 142 inline inst_range instructions(Function &F) { in instructions() 145 inline const_inst_iterator inst_begin(const Function &F) { in inst_begin() [all …]
|
/external/clang/test/CodeGen/ |
D | 2007-04-05-PackedBitFields-2.c | 6 struct pck F { struct 12 struct F f1; argument
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 71 void setState(LibFunc::Func F, AvailabilityState State) { in setState() 75 AvailabilityState getState(LibFunc::Func F) const { in getState() 126 void setUnavailable(LibFunc::Func F) { in setUnavailable() 131 void setAvailable(LibFunc::Func F) { in setAvailable() 137 void setAvailableWithName(LibFunc::Func F, StringRef Name) { in setAvailableWithName() 162 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 217 bool getLibFunc(StringRef funcName, LibFunc::Func &F) const { in getLibFunc() 221 bool getLibFunc(const Function &FDecl, LibFunc::Func &F) const { in getLibFunc() 226 bool has(LibFunc::Func F) const { in has() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 60 void setState(LibFunc F, AvailabilityState State) { in setState() 64 AvailabilityState getState(LibFunc F) const { in getState() 116 void setUnavailable(LibFunc F) { in setUnavailable() 121 void setAvailable(LibFunc F) { in setAvailable() 127 void setAvailableWithName(LibFunc F, StringRef Name) { in setAvailableWithName() 152 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 166 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 231 bool getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() 235 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc() 241 bool getLibFunc(ImmutableCallSite CS, LibFunc &F) const { in getLibFunc() [all …]
|
/external/libcxx/test/std/containers/associative/map/ |
D | PR28469_undefined_behavior_segfault.sh.cpp | 23 struct F { struct 25 F() { m[42] = &dummy; } in F() function
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 42 static bool setDoesNotAccessMemory(Function &F) { in setDoesNotAccessMemory() 50 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() 58 static bool setOnlyAccessesArgMemory(Function &F) { in setOnlyAccessesArgMemory() 66 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() 74 static bool setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() 82 static bool setOnlyReadsMemory(Function &F, unsigned n) { in setOnlyReadsMemory() 90 static bool setDoesNotAlias(Function &F, unsigned n) { in setDoesNotAlias() 98 static bool setNonNull(Function &F, unsigned n) { in setNonNull() 109 bool llvm::inferLibFuncAttributes(Function &F, const TargetLibraryInfo &TLI) { in inferLibFuncAttributes() 728 if (const Function *F = dyn_cast<Function>(StrLen->stripPointerCasts())) in emitStrLen() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 42 static bool setDoesNotAccessMemory(Function &F) { in setDoesNotAccessMemory() 50 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() 58 static bool setOnlyAccessesArgMemory(Function &F) { in setOnlyAccessesArgMemory() 66 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() 74 static bool setRetDoesNotAlias(Function &F) { in setRetDoesNotAlias() 82 static bool setDoesNotCapture(Function &F, unsigned ArgNo) { in setDoesNotCapture() 90 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() 98 static bool setRetNonNull(Function &F) { in setRetNonNull() 108 static bool setNonLazyBind(Function &F) { in setNonLazyBind() 117 Function *F = M->getFunction(Name); in inferLibFuncAttributes() local [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | toupper_1.pass.cpp | 29 typedef std::ctype_byname<char> F; in main() typedef 46 typedef std::ctype_byname<char> F; in main() typedef 63 typedef std::ctype_byname<wchar_t> F; in main() typedef 80 typedef std::ctype_byname<wchar_t> F; in main() typedef
|
D | tolower_1.pass.cpp | 28 typedef std::ctype_byname<char> F; in main() typedef 44 typedef std::ctype_byname<char> F; in main() typedef 61 typedef std::ctype_byname<wchar_t> F; in main() typedef 78 typedef std::ctype_byname<wchar_t> F; in main() typedef
|
D | tolower_many.pass.cpp | 29 typedef std::ctype_byname<char> F; in main() typedef 47 typedef std::ctype_byname<char> F; in main() typedef 65 typedef std::ctype_byname<wchar_t> F; in main() typedef 83 typedef std::ctype_byname<wchar_t> F; in main() typedef
|
D | toupper_many.pass.cpp | 29 typedef std::ctype_byname<char> F; in main() typedef 47 typedef std::ctype_byname<char> F; in main() typedef 65 typedef std::ctype_byname<wchar_t> F; in main() typedef 83 typedef std::ctype_byname<wchar_t> F; in main() typedef
|
/external/clang/test/CodeGenCXX/ |
D | 2009-04-23-bool2.cpp | 4 struct F { struct 11 F f = { true, true }; in main() argument
|
D | mangle-local-class-vtables.cpp | 32 void F() const {} in G() function 38 void F() const { G(); } in G() function 45 void F() const { H(); } in G() function 58 void F() const {} in K() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | EscapeEnumerator.h | 29 Function &F; variable 40 : F(F), CleanupBBName(N), StateBB(F.begin()), StateE(F.end()), in F() argument
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) argument 17 #define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S) argument 18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) argument 20 #define GET_EGL_PROC_SUFFIX(F, S) functions->fEGL##F = (GrEGL##F##Fn*)get(ctx, "egl" #F #S) argument
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) argument 17 #define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S) argument 18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) argument 20 #define GET_EGL_PROC_SUFFIX(F, S) functions->fEGL##F = (GrEGL##F##Fn*)get(ctx, "egl" #F #S) argument
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) argument 17 #define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S) argument 18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) argument 20 #define GET_EGL_PROC_SUFFIX(F, S) functions->fEGL##F = (GrEGL##F##Fn*)get(ctx, "egl" #F #S) argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 213 uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getMemAccessSize() local 220 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getAddrMode() local 288 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtendableOp() local 306 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentAlignment() local 312 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentBits() local 318 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in isExtentSigned() local 351 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getNewValueOp() local 376 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getNewValueOp2() local 395 const uint64_t F = MCII.get(MCI.getOpcode()).TSFlags; in getType() local 465 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in hasNewValue() local [all …]
|