/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 97 // FIXME: Support C++ method extraction. 98 // FIXME: Support Objective-C method extraction. 107 // FIXME (Alex L): Add code that accounts for macro locations. in createSourceReplacements() 114 // FIXME: Capture used variables. in createSourceReplacements() 118 // FIXME (Alex L): Account for the return statement in extracted code. in createSourceReplacements() 119 // FIXME (Alex L): Check for lexical expression instead. in createSourceReplacements() 122 // FIXME (Alex L): Get a more user-friendly type if needed. in createSourceReplacements() 126 // FIXME: Rewrite the extracted code performing any required adjustments. in createSourceReplacements() 128 // FIXME: Capture any field if necessary (method -> function extraction). in createSourceReplacements() 130 // FIXME: Sort captured variables by name. in createSourceReplacements() [all …]
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_config.c | 101 /* FIXME */ in mpr_config_get_ioc_pg8() 114 /* FIXME */ in mpr_config_get_ioc_pg8() 160 /* FIXME */ in mpr_config_get_ioc_pg8() 173 /* FIXME */ in mpr_config_get_ioc_pg8() 233 /* FIXME */ in mpr_config_get_iounit_pg8() 246 /* FIXME */ in mpr_config_get_iounit_pg8() 292 /* FIXME */ in mpr_config_get_iounit_pg8() 305 /* FIXME */ in mpr_config_get_iounit_pg8() 365 /* FIXME */ in mpr_config_get_man_pg11() 378 /* FIXME */ in mpr_config_get_man_pg11() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 778 // FIXME this drops the error on the floor. in readControlBlock() 796 // FIXME this drops the error on the floor. in readControlBlock() 809 // FIXME this drops the error on the floor. in readControlBlock() 846 // FIXME this drops the error on the floor. in readControlBlock() 863 // FIXME this drops the error on the floor. in readIdentifierBlock() 881 // FIXME this drops the error on the floor. in readIdentifierBlock() 894 // FIXME this drops the error on the floor. in readIdentifierBlock() 922 // FIXME this drops the error on the floor. in readIdentifierBlock() 939 // FIXME this drops the error on the floor. in readContextBlock() 957 // FIXME this drops the error on the floor. in readContextBlock() [all …]
|
/freebsd/sys/dev/mps/ |
H A D | mps_config.c | 101 /* FIXME */ in mps_config_get_ioc_pg8() 114 /* FIXME */ in mps_config_get_ioc_pg8() 160 /* FIXME */ in mps_config_get_ioc_pg8() 173 /* FIXME */ in mps_config_get_ioc_pg8() 239 /* FIXME */ in mps_config_get_man_pg10() 249 /* FIXME */ in mps_config_get_man_pg10() 296 /* FIXME */ in mps_config_get_man_pg10() 306 /* FIXME */ in mps_config_get_man_pg10() 365 /*FIXME*/ in mps_base_static_config_pages() 597 /* FIXME */ in mps_config_get_dpm_pg0() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 61 // FIXME: Are there other type-referencing subsections? Inlinees? in mark() 88 // FIXME: Should we walk Ids? in mark() 105 // FIXME: Check for failure. in addTypeRefsFromSymbol() 114 // FIXME: Report OOB slice instead of truncating. in addReferencedTypes() 137 continue; // FIXME: Report a reference to a non-existant type. in markReferencedTypes() 140 // FIXME: Check for failure. in markReferencedTypes() 146 // FIXME: This limitation makes this feature somewhat useless on object file in markReferencedTypes()
|
/freebsd/sys/dev/nctgpio/ |
H A D | nctgpio.c | 163 .ppod_reg = 0xe0, /* FIXME Need to check for this group. */ 175 .ppod_reg = 0xe1, /* FIXME Need to check for this group. */ 187 .ppod_reg = 0xe1, /* FIXME Need to check for this group. */ 199 .ppod_reg = 0xe1, /* FIXME Need to check for this group. */ 211 .ppod_reg = 0xe1, /* FIXME Need to check for this group. */ 250 .devid = 0xc452, /* FIXME Conflict with Nuvoton NCT6106D. See NetBSD's nct_match. */ 324 .ppod_reg = 0xe0, /* FIXME Need to check for this group. */ 336 .ppod_reg = 0xe1, /* FIXME Need to check for this group. */ 348 .ppod_reg = 0xe1, /* FIXME Need to check for this group. */ 360 .ppod_reg = 0xe1, /* FIXME Need to check for this group. */ [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 49 // FIXME this drops the error on the floor. in readDiagnostics() 61 // FIXME this drops the error on the floor. in readDiagnostics() 69 // FIXME this drops the error on the floor. in readDiagnostics() 79 // FIXME this drops the error on the floor. in readDiagnostics() 99 // FIXME this drops the error on the floor. in readDiagnostics() 165 // FIXME this drops the error on the floor. in readMetaBlock() 183 // FIXME this drops the error on the floor. in readMetaBlock() 214 // FIXME this drops the error on the floor. in readDiagnosticBlock() 237 // FIXME this drops the error on the floor. in readDiagnosticBlock()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedCallArgsChecker.cpp | 97 // FIXME: Also check variadic function parameters. in visitCallExpr() 98 // FIXME: Also check default function arguments. Probably a different in visitCallExpr() 108 continue; // FIXME? Should we bail? in visitCallExpr() 110 // FIXME: more complex types (arrays, references to raw pointers, etc) in visitCallExpr() 138 // FIXME: Check the value. in isPtrOriginSafe() 203 // FIXME: Most/all of these should be implemented via attributes. in shouldSkipCall() 225 StringRef ClsName = ClsNameStr; // FIXME: Make safeGetName return StringRef. in isMethodOnWTFContainerType() 227 // FIXME: These should be implemented via attributes. in isMethodOnWTFContainerType()
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | ebony.dts | 7 * FIXME: Draft only! 80 // FIXME: anything else? 93 // FIXME: anything else? 102 // FIXME: ??? 220 /* FIXME */ 227 /* FIXME */ 235 /* FIXME */ 286 /* FIXME */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 974 // FIXME: under ASan the call below may write to freed memory and corrupt 992 // FIXME: under ASan the call below may write to freed memory and corrupt 1009 // FIXME: under ASan the call below may write to freed memory and corrupt 1027 // FIXME: under ASan the call below may write to freed memory and corrupt 1096 // FIXME: this check should be _before_ the call to 1205 // FIXME: under ASan the call below may write to freed memory and corrupt 1354 // FIXME: under ASan the call below may write to freed memory and corrupt 1367 // FIXME: under ASan the call below may write to freed memory and corrupt 1380 // FIXME: under ASan the call below may write to freed memory and corrupt 1393 // FIXME: under ASan the call below may write to freed memory and corrupt [all …]
|
H A D | sanitizer_solaris.cpp | 113 // FIXME: There's only _ftruncate64 beginning with Solaris 11. 183 // FIXME: This might be wrong: _getdents doesn't take a struct linux_dirent *. 193 // FIXME: This might be wrong: _sigfillset doesn't take a 199 // FIXME: This might be wrong: _sigprocmask doesn't take __sanitizer_sigset_t *. 216 // FIXME: No internal variant. in internal_clock_gettime() 222 // FIXME: implement actual blocking. in FutexWait()
|
H A D | sanitizer_win.cpp | 126 // FIXME: is it possible for the stack to not be a single allocation? in GetThreadStackTopAndBottom() 246 // FIXME: is this really "NoReserve"? On Win32 this does not matter much, in MmapFixedNoReserve() 268 // FIXME: Windows support large pages too. Might be worth checking in MmapFixedSuperNoReserve() 319 // FIXME: make this really NoReserve? in MmapNoReserveOrDie() 377 // FIXME: probably similar to ReleaseMemoryToOS. in SetShadowRegionHugePageMode() 382 // FIXME: add madvise-analog when we move to 64-bits. in DontDumpShadowMemory() 753 // FIXME: Use the wide variants to handle Unicode filenames. in OpenFile() 793 // FIXME: support colored output. in SupportsColoredOutput() 908 // FIXME: Decide what to do on Windows. in SetAlternateSignalStack() 912 // FIXME: Decide what to do on Windows. in UnsetAlternateSignalStack() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | MSP430.h | 54 // FIXME: Implement. in getTargetBuiltins() 79 // FIXME: implement in validateAsmConstraint() 91 // FIXME: Is this really right? in getClobbers() 96 // FIXME: implement in getBuiltinVaListKind()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | RefactoringActions.cpp | 27 // FIXME: Rewrite the Actions to avoid duplication of descriptions/names with 72 // FIXME: Rewrite the Actions to avoid duplication of descriptions/names with 88 // FIXME: Use NewNameOption. in createActionRules() 108 // FIXME: Filter out rules that are not supported by a particular client. in createActiveActionRules()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 64 #define WIPHY_PARAM_FRAG_THRESHOLD __LINE__ /* TODO FIXME brcmfmac */ 65 #define WIPHY_PARAM_RETRY_LONG __LINE__ /* TODO FIXME brcmfmac */ 66 #define WIPHY_PARAM_RETRY_SHORT __LINE__ /* TODO FIXME brcmfmac */ 67 #define WIPHY_PARAM_RTS_THRESHOLD __LINE__ /* TODO FIXME brcmfmac */ 69 #define CFG80211_SIGNAL_TYPE_MBM __LINE__ /* TODO FIXME brcmfmac */ 127 /* TODO FIXME */ 141 /* TODO FIXME */ 178 /* TODO FIXME */ 242 /* TODO FIXME */ 504 enum bss_param_flags { /* Used as bitflags. XXX FIXME values? */ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 28 // FIXME: Allow clients to provide heuristics for improved splitting. in Split() 30 // FIXME: This is really slow. in Split() 70 // FIXME: Parallelize. in Search() 84 // FIXME: This is really slow. in Search()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 25 // FIXME: Move this. in isLoadAfterStore() 80 // FIXME: Remove this when we don't need this: 83 // FIXME: A lot of code in PPCDispatchGroupSBHazardRecognizer is P7 specific. 87 // FIXME: Indirectly, this information is contained in the itinerary, and in mustComeFirst() 117 // FIXME: Add sync/isync (here and in the itinerary). in mustComeFirst() 122 // FIXME: record-form instructions need a different itinerary class. in mustComeFirst() 163 // FIXME: the same for P9 as previous gen until POWER9 scheduling is ready in PreEmitNoops() 224 // FIXME: the same for P9 as previous gen until POWER9 scheduling is ready in EmitNoop() 256 // FIXME: This is missing some significant cases:
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 94 // FIXME: Maybe implement this better? 99 // FIXME: Implement in powerpc64? in patchCustomEvent() 105 // FIXME: Implement in powerpc64? in patchTypedEvent() 112 // FIXME: this will have to be implemented in the trampoline assembly file in __xray_ArgLoggerEntry()
|
H A D | xray_mips.cpp | 86 // FIXME: Is this correct for the static relocation model? in patchSled() 150 // FIXME: In the future we'd need to distinguish between non-tail exits and in patchFunctionTailExit() 157 // FIXME: Implement in mips? in patchCustomEvent() 163 // FIXME: Implement in mips? in patchTypedEvent() 170 // FIXME: this will have to be implemented in the trampoline assembly file in __xray_ArgLoggerEntry()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | iocp-internal.h | 184 /* FIXME document. */ 191 /* FIXME document. */ 195 /* FIXME document. */ 200 /* FIXME document. */ 205 /* FIXME document. */
|
/freebsd/contrib/libevent/ |
H A D | iocp-internal.h | 184 /* FIXME document. */ 191 /* FIXME document. */ 195 /* FIXME document. */ 200 /* FIXME document. */ 205 /* FIXME document. */
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 42 // FIXME: This is the sort of code that should eventually live in a Core 269 // FIXME: This definition of "copy elision has not failed" is unreliable. in computeObjectUnderConstruction() 294 // FIXME: Is there a better way to retrieve this information from in computeObjectUnderConstruction() 350 // FIXME: Support for variadic arguments is not implemented here yet. in computeObjectUnderConstruction() 690 // FIXME: For now this code essentially bails out. We need to find the in handleConstructor() 692 // FIXME: Instead of relying on the ParentMap, we should have the in handleConstructor() 746 // FIXME: Is it possible and/or useful to do this before PreStmt? in handleConstructor() 751 // FIXME: Once we properly handle constructors in new-expressions, we'll in handleConstructor() 757 // FIXME: This isn't actually correct for arrays -- we need to zero- in handleConstructor() 783 // FIXME: Handle other kinds of trivial constructors as well. in handleConstructor() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | GlobalMerge.h | 19 // FIXME: Infer the maximum possible offset depending on the actual users 34 /// FIXME: This could learn about optsize, and be used in the cost model. 38 // FIXME: This pass must run before AsmPrinterPass::doInitialization!
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash_itanium.cpp | 103 // FIXME: Make these hash table accesses thread-safe. The races here are benign: 122 // FIXME: Pick a random entry from the probe sequence to evict rather than in getTypeCacheHashTableBucket() 148 // FIXME: Curtail the recursion if this base can't possibly contain the in isDerivedFromAtOffset() 155 // FIXME: OffsetHere is the offset in the vtable of the virtual base in isDerivedFromAtOffset() 188 // FIXME: Can't handle virtual bases yet. in findBaseAtOffset() 225 // FIXME: Perform these checks more cautiously. in checkDynamicType()
|