/external/llvm-project/clang/test/Analysis/ |
D | stream-error.c | 15 FILE *F = fopen("file", "r"); in error_fopen() local 24 FILE *F = fopen("file", "r"); in error_freopen() local 36 FILE *F = fopen("file", "r"); in stream_error_feof() local 49 FILE *F = fopen("file", "r"); in stream_error_ferror() local 62 FILE *F = tmpfile(); in error_fread() local 87 FILE *F = tmpfile(); in error_fwrite() local 103 void freadwrite_zerosize(FILE *F) { in freadwrite_zerosize() 110 void freadwrite_zerosize_eofstate(FILE *F) { in freadwrite_zerosize_eofstate() 118 FILE *F = fopen("file", "r"); in error_fread_fwrite_zerosize() local 140 FILE *F = fopen("file", "r"); in error_fseek() local [all …]
|
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 SymbolEscapedThroughAssignmentToGlobal() local 75 FILE *F = fopen("myfile.txt", "w"); in SymbolDoesNotEscapeThoughStringAPIs() local [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/src/gen/ |
D | fold.rs | 777 pub fn fold_abi<F>(f: &mut F, node: Abi) -> Abi in fold_abi() 788 f: &mut F, in fold_angle_bracketed_generic_arguments() 802 pub fn fold_arm<F>(f: &mut F, node: Arm) -> Arm in fold_arm() 821 pub fn fold_attr_style<F>(f: &mut F, node: AttrStyle) -> AttrStyle in fold_attr_style() 833 pub fn fold_attribute<F>(f: &mut F, node: Attribute) -> Attribute in fold_attribute() 846 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg() 862 pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp in fold_bin_op() 912 pub fn fold_binding<F>(f: &mut F, node: Binding) -> Binding in fold_binding() 923 pub fn fold_block<F>(f: &mut F, node: Block) -> Block in fold_block() 933 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/llvm-project/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-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-project/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/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-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-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 61 void setState(LibFunc F, AvailabilityState State) { in setState() 65 AvailabilityState getState(LibFunc F) const { in getState() 119 void setUnavailable(LibFunc F) { in setUnavailable() 124 void setAvailable(LibFunc F) { in setAvailable() 130 void setAvailableWithName(LibFunc F, StringRef Name) { in setAvailableWithName() 155 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 169 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 283 bool getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() 287 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc() 293 bool getLibFunc(const CallBase &CB, LibFunc &F) const { in getLibFunc() [all …]
|
/external/llvm-project/clang/test/Preprocessor/ |
D | macro_vaopt_expand.cpp | 16 #define F(x, y) x + y macro 27 #define F(...) f(0 __VA_OPT__(,) __VA_ARGS__) macro 51 #define F(x, ...) HT_ ## __VA_OPT__(x x A() #x) macro 61 #define F(a,...) #__VA_OPT__(A1 a) macro 70 #define F(a,...) a ## __VA_OPT__(A1 a) ## __VA_ARGS__ ## a macro 79 #define F(...) #__VA_OPT__() X ## __VA_OPT__() #__VA_OPT__( ) macro 98 #define F(a,...) A() #__VA_OPT__(A3 __VA_ARGS__ a ## __VA_ARGS__ ## a ## C A3) A() macro 113 #define F(a,...) A() #__VA_OPT__(A3 __VA_ARGS__ a ## __VA_ARGS__ ## a ## C A3) a __VA_OPT__(A0 __VA… macro 128 #define F(a,...) __VA_OPT__(B a ## a) ## 1 macro 137 #define F(a,...) B ## __VA_OPT__(a 1) ## 1 macro
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2007-04-05-PackedBitFields-2.c | 6 struct pck F { struct 12 struct F f1; argument
|
/external/clang/test/CodeGen/ |
D | 2007-04-05-PackedBitFields-2.c | 6 struct pck F { struct 12 struct F f1; argument
|
/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/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.order/ |
D | class-template-partial-specializations.cpp | 43 struct F{ enum{ value = 1 }; }; struct 46 struct F<T>{ enum{ value = 2 }; }; argument 49 struct F<T>{ enum{ value = 3 }; }; struct
|
/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/llvm-project/libcxx/test/std/containers/associative/map/ |
D | PR28469_undefined_behavior_segfault.sh.cpp | 24 struct F { struct 26 F() { m[42] = &dummy; } in F() argument
|
/external/llvm-project/llvm/examples/IRTransforms/ |
D | SimplifyCFG.cpp | 63 static bool removeDeadBlocks_v1(Function &F) { in removeDeadBlocks_v1() 102 static bool removeDeadBlocks_v2(Function &F, DominatorTree &DT) { in removeDeadBlocks_v2() 139 static bool eliminateCondBranches_v1(Function &F) { in eliminateCondBranches_v1() 173 static bool eliminateCondBranches_v2(Function &F, DominatorTree &DT) { in eliminateCondBranches_v2() 219 static bool eliminateCondBranches_v3(Function &F, DominatorTree &DT) { in eliminateCondBranches_v3() 266 static bool mergeIntoSinglePredecessor_v1(Function &F) { in mergeIntoSinglePredecessor_v1() 306 static bool mergeIntoSinglePredecessor_v2(Function &F, DominatorTree &DT) { in mergeIntoSinglePredecessor_v2() 356 static bool doSimplify_v1(Function &F) { in doSimplify_v1() 361 static bool doSimplify_v2(Function &F, DominatorTree &DT) { in doSimplify_v2() 366 static bool doSimplify_v3(Function &F, DominatorTree &DT) { in doSimplify_v3()
|
/external/llvm-project/lldb/test/API/commands/expression/completion-crash-incomplete-record/ |
D | main.cpp | 2 struct F { struct 4 F() : r(i) {} in F() function
|
/external/rust/crates/nom/src/sequence/ |
D | mod.rs | 28 pub fn pair<I, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> IResult<I, (O1… in pair() argument 41 pub fn pairc<I, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IResult<I, (O1, O… in pairc() argument 68 pub fn preceded<I, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> IResult<I,… in preceded() argument 81 pub fn precededc<I, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IResult<I, O2… in precededc() argument 108 pub fn terminated<I, O1, O2, E: ParseError<I>, F, G>(first: F, second: G) -> impl Fn(I) -> IResult<… in terminated() argument 121 pub fn terminatedc<I, O1, O2, E: ParseError<I>, F, G>(input: I, first: F, second: G) -> IResult<I, … in terminatedc() argument 150 pub fn separated_pair<I, O1, O2, O3, E: ParseError<I>, F, G, H>(first: F, sep: G, second: H) -> imp… in separated_pair() argument 165 pub fn separated_pairc<I, O1, O2, O3, E: ParseError<I>, F, G, H>(input: I, first: F, sep: G, second… in separated_pairc() argument 195 pub fn delimited<I, O1, O2, O3, E: ParseError<I>, F, G, H>(first: F, sep: G, second: H) -> impl Fn(… in delimited() argument 210 pub fn delimitedc<I, O1, O2, O3, E: ParseError<I>, F, G, H>(input: I, first: F, sep: G, second: H) … in delimitedc() argument [all …]
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | LocalTest.cpp | 73 std::unique_ptr<Function> F( in TEST() local 146 auto *F = dyn_cast<Function>(GV); in TEST() local 170 function_ref<void(Function &F, DominatorTree *DT)> Test) { in runWithDomTree() 171 auto *F = M.getFunction(FuncName); in runWithDomTree() local 214 auto Test = [&](Function &F, DomTreeUpdater &DTU) { in TEST() 235 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST() 244 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST() 252 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST() 261 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST() 270 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST() [all …]
|
/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
|