/external/rust/crates/syn/src/gen/ |
D | fold.rs | 783 pub fn fold_abi<F>(f: &mut F, node: Abi) -> Abi in fold_abi() 794 f: &mut F, in fold_angle_bracketed_generic_arguments() 809 pub fn fold_arm<F>(f: &mut F, node: Arm) -> Arm in fold_arm() 827 pub fn fold_attr_style<F>(f: &mut F, node: AttrStyle) -> AttrStyle in fold_attr_style() 839 pub fn fold_attribute<F>(f: &mut F, node: Attribute) -> Attribute in fold_attribute() 852 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg() 867 pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp in fold_bin_op() 959 pub fn fold_binding<F>(f: &mut F, node: Binding) -> Binding in fold_binding() 970 pub fn fold_block<F>(f: &mut F, node: Block) -> Block in fold_block() 980 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes() [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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstIterator.h | 131 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } in inst_begin() 132 inline inst_iterator inst_end(Function *F) { return inst_iterator(*F, true); } in inst_end() 133 inline inst_range instructions(Function *F) { in instructions() 136 inline const_inst_iterator inst_begin(const Function *F) { in inst_begin() 139 inline const_inst_iterator inst_end(const Function *F) { in inst_end() 142 inline const_inst_range instructions(const Function *F) { in instructions() 145 inline inst_iterator inst_begin(Function &F) { return inst_iterator(F); } in inst_begin() 146 inline inst_iterator inst_end(Function &F) { return inst_iterator(F, true); } in inst_end() 147 inline inst_range instructions(Function &F) { in instructions() 150 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/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-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 61 void setState(LibFunc F, AvailabilityState State) { in setState() 65 AvailabilityState getState(LibFunc F) const { in getState() 118 void setUnavailable(LibFunc F) { in setUnavailable() 123 void setAvailable(LibFunc F) { in setAvailable() 129 void setAvailableWithName(LibFunc F, StringRef Name) { in setAvailableWithName() 154 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 168 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 267 bool getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() 271 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc() 277 bool getLibFunc(ImmutableCallSite CS, LibFunc &F) const { in getLibFunc() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 86 void setState(LibFunc::Func F, AvailabilityState State) { in setState() 90 AvailabilityState getState(LibFunc::Func F) const { in getState() 141 void setUnavailable(LibFunc::Func F) { in setUnavailable() 146 void setAvailable(LibFunc::Func F) { in setAvailable() 152 void setAvailableWithName(LibFunc::Func F, StringRef Name) { in setAvailableWithName() 177 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 191 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 232 bool getLibFunc(StringRef funcName, LibFunc::Func &F) const { in getLibFunc() 236 bool getLibFunc(const Function &FDecl, LibFunc::Func &F) const { in getLibFunc() 241 bool has(LibFunc::Func F) const { in has() [all …]
|
/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/clang/test/CodeGen/ |
D | 2007-04-05-PackedBitFields-2.c | 6 struct pck F { struct 12 struct F f1; argument
|
/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() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 211 uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getMemAccessSize() local 218 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getAddrMode() local 286 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtendableOp() local 304 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentAlignment() local 310 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentBits() local 316 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in isExtentSigned() local 349 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getNewValueOp() local 374 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getNewValueOp2() local 393 const uint64_t F = MCII.get(MCI.getOpcode()).TSFlags; in getType() local 463 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in hasNewValue() local [all …]
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 170 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getAccessSize() local 178 uint64_t const F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getBitCount() local 185 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getCExtOpNum() local 251 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtendableOp() local 269 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentAlignment() local 275 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentBits() local 283 uint64_t const F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getMaxValue() local 298 uint64_t const F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getMinValue() local 316 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getNewValueOp() local 322 uint64_t const F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getNewValueOperand() local [all …]
|
/external/rust/crates/der-parser/src/ber/ |
D | multi.rs | 68 pub fn parse_ber_sequence_of_v<'a, T, F, E>( in parse_ber_sequence_of_v() argument 69 f: F, in parse_ber_sequence_of_v() 220 pub fn parse_ber_sequence_defined_g<'a, O, F, E>( in parse_ber_sequence_defined_g() argument 221 mut f: F, in parse_ber_sequence_defined_g() 294 pub fn parse_ber_set_of_v<'a, T, F, E>(f: F) -> impl FnMut(&'a [u8]) -> IResult<&'a [u8], Vec<T>, E> in parse_ber_set_of_v() argument 445 pub fn parse_ber_set_defined_g<'a, O, F, E>( in parse_ber_set_defined_g() argument 446 mut f: F, in parse_ber_set_defined_g() 517 pub fn parse_ber_container<'a, O, F, E>(mut f: F) -> impl FnMut(&'a [u8]) -> IResult<&'a [u8], O, E> in parse_ber_container() argument
|
/external/rust/crates/der-parser/src/der/ |
D | multi.rs | 69 pub fn parse_der_sequence_of_v<'a, T, F, E>( in parse_der_sequence_of_v() argument 70 f: F, in parse_der_sequence_of_v() 221 pub fn parse_der_sequence_defined_g<'a, O, F, E>( in parse_der_sequence_defined_g() argument 222 mut f: F, in parse_der_sequence_defined_g() 295 pub fn parse_der_set_of_v<'a, T, F, E>(f: F) -> impl FnMut(&'a [u8]) -> IResult<&'a [u8], Vec<T>, E> in parse_der_set_of_v() argument 446 pub fn parse_der_set_defined_g<'a, O, F, E>( in parse_der_set_defined_g() argument 447 mut f: F, in parse_der_set_defined_g() 518 pub fn parse_der_container<'a, O, F, E>(mut f: F) -> impl FnMut(&'a [u8]) -> IResult<&'a [u8], O, E> in parse_der_container() argument
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
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 | 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 | 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
|
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
|
/external/clang/test/CodeGenCXX/ |
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
|
D | 2009-04-23-bool2.cpp | 4 struct F { struct 11 F f = { true, true }; in main() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 106 static FPParamVariant whichFPParamVariantNeeded(Function &F) { in whichFPParamVariantNeeded() 156 static bool needsFPStubFromParams(Function &F) { in needsFPStubFromParams() 170 static bool needsFPReturnHelper(Function &F) { in needsFPReturnHelper() 180 static bool needsFPHelperFromSig(Function &F) { in needsFPHelperFromSig() 256 static void assureFPCallStub(Function &F, Module *M, in assureFPCallStub() 370 static bool isIntrinsicInline(Function *F) { in isIntrinsicInline() 377 static bool fixupFPReturnAndCall(Function &F, Module *M, in fixupFPReturnAndCall() 417 FunctionCallee F = (M->getOrInsertFunction(Name, A, MyVoid, T)); in fixupFPReturnAndCall() local 446 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, in createFPFnStub() 484 static void removeUseSoftFloat(Function &F) { in removeUseSoftFloat() [all …]
|
/external/rust/crates/nom/src/sequence/ |
D | mod.rs | 29 pub fn pair<I, O1, O2, E: ParseError<I>, F, G>( in pair() argument 30 mut first: F, in pair() 63 pub fn preceded<I, O1, O2, E: ParseError<I>, F, G>( in preceded() argument 64 mut first: F, in preceded() 97 pub fn terminated<I, O1, O2, E: ParseError<I>, F, G>( in terminated() argument 98 mut first: F, in terminated() 133 pub fn separated_pair<I, O1, O2, O3, E: ParseError<I>, F, G, H>( in separated_pair() argument 134 mut first: F, in separated_pair() 172 pub fn delimited<I, O1, O2, O3, E: ParseError<I>, F, G, H>( in delimited() argument 173 mut first: F, in delimited() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 106 static FPParamVariant whichFPParamVariantNeeded(Function &F) { in whichFPParamVariantNeeded() 157 static bool needsFPStubFromParams(Function &F) { in needsFPStubFromParams() 171 static bool needsFPReturnHelper(Function &F) { in needsFPReturnHelper() 181 static bool needsFPHelperFromSig(Function &F) { in needsFPHelperFromSig() 261 static void assureFPCallStub(Function &F, Module *M, in assureFPCallStub() 377 static bool isIntrinsicInline(Function *F) { in isIntrinsicInline() 385 static bool fixupFPReturnAndCall(Function &F, Module *M, in fixupFPReturnAndCall() 425 Value *F = (M->getOrInsertFunction(Name, A, MyVoid, T, nullptr)); in fixupFPReturnAndCall() local 454 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, in createFPFnStub() 494 static void removeUseSoftFloat(Function &F) { in removeUseSoftFloat() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 43 static bool setDoesNotAccessMemory(Function &F) { in setDoesNotAccessMemory() 51 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() 59 static bool setOnlyAccessesArgMemory(Function &F) { in setOnlyAccessesArgMemory() 67 static bool setDoesNotThrow(Function &F) { in setDoesNotThrow() 75 static bool setRetDoesNotAlias(Function &F) { in setRetDoesNotAlias() 83 static bool setDoesNotCapture(Function &F, unsigned ArgNo) { in setDoesNotCapture() 91 static bool setDoesNotAlias(Function &F, unsigned ArgNo) { in setDoesNotAlias() 99 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() 107 static bool setRetNonNull(Function &F) { in setRetNonNull() 117 static bool setReturnedArg(Function &F, unsigned ArgNo) { in setReturnedArg() [all …]
|