Searched defs:LC (Results 1 - 25 of 56) sorted by relevance

123

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { argument
H A DEnvironment.cpp230 const LocationContext *LC = I.first.getLocationContext(); local
H A DExplodedGraph.cpp308 findTopAutosynthesizedParentContext(const LocationContext *LC) { argument
324 const LocationContext *LC = getLocationContext(); local
H A DCoreEngine.cpp242 const LocationContext *LC = Pred->getLocationContext(); local
309 const LocationContext *LC = Pred->getLocationContext(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFolder.h45 auto *LC = dyn_cast<Constant>(LHS); variable
57 auto *LC = dyn_cast<Constant>(LHS); variable
70 auto *LC = dyn_cast<Constant>(LHS); variable
99 auto *LC = dyn_cast<Constant>(LHS); variable
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetFolder.h56 auto *LC = dyn_cast<Constant>(LHS); variable
68 auto *LC = dyn_cast<Constant>(LHS); variable
81 auto *LC = dyn_cast<Constant>(LHS); variable
103 auto *LC = dyn_cast<Constant>(LHS); variable
[all...]
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DProgramPoint.cpp22 getProgramPoint(const Stmt *S, ProgramPoint::Kind K, const LocationContext *LC, const ProgramPointTag *tag) argument
H A DAnalysisDeclContext.cpp463 const LocationContext *LC = this; local
700 LocationContext *LC = &*I; local
[all...]
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp60 const LocationContext *LC = nullptr; local
H A DAnalyzerStatsChecker.cpp50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); local
H A DMIGChecker.cpp149 const LocationContext *LC = C.getLocationContext(); local
H A DObjCSuperDeallocChecker.cpp119 const LocationContext *LC = C.getLocationContext(); local
H A DExprInspectionChecker.cpp139 const LocationContext *LC = N->getLocationContext(); local
217 const LocationContext *LC = C.getPredecessor()->getLocationContext(); local
243 const LocationContext *LC = C.getPredecessor()->getLocationContext(); local
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cpp43 static const unsigned LC = sizeof(wchar_t); variable
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp44 LoadCommand &LC = LoadCommands[Index]; local
185 LoadCommand LC; local
[all...]
H A DMachOObjcopy.cpp36 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { argument
46 static StringRef getPayloadString(const LoadCommand &LC) { argument
126 updateLoadCommandPayloadString(LoadCommand &LC, StringRef S) argument
138 LoadCommand LC; local
[all...]
H A DMachOReader.cpp121 LoadCommand LC; local
298 const MachO::linkedit_data_command &LC = local
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h135 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { argument
139 getLValueCompoundLiteral(const CompoundLiteralExpr *CL, const LocationContext *LC) argument
H A DCoreEngine.h215 const LocationContext *LC; member in struct:clang::ento::NodeBuilderContext
/openbsd-current/usr.bin/rdist/
H A Dexpand.c42 #define LC '{' macro
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp478 const LocationContext *LC = Context.getLocationContext(); local
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h347 static bool classof(const LocationContext *LC) { argument
382 static bool classof(const LocationContext *LC) { argument
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp520 getLibcallSignature(const WebAssemblySubtarget &Subtarget, RTLIB::Libcall LC, SmallVectorImpl<wasm::ValType> &Rets, SmallVectorImpl<wasm::ValType> &Params) argument
/openbsd-current/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp237 readString(MachOYAML::LoadCommand &LC, argument
208 processLoadCommandData( MachOYAML::LoadCommand &LC, const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, MachOYAML::Object &Y) argument
217 processLoadCommandData( MachOYAML::LoadCommand &LC, const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, MachOYAML::Object &Y) argument
227 processLoadCommandData( MachOYAML::LoadCommand &LC, const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, MachOYAML::Object &Y) argument
248 processLoadCommandData( MachOYAML::LoadCommand &LC, const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, MachOYAML::Object &Y) argument
257 processLoadCommandData( MachOYAML::LoadCommand &LC, const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, MachOYAML::Object &Y) argument
266 processLoadCommandData( MachOYAML::LoadCommand &LC, const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, MachOYAML::Object &Y) argument
275 processLoadCommandData( MachOYAML::LoadCommand &LC, const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, MachOYAML::Object &Y) argument
320 MachOYAML::LoadCommand LC; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp125 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, argument
131 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, argument
162 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { argument
147 writeLoadCommandData( MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
172 writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
179 writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
186 writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
193 writeLoadCommandData( MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
199 writeLoadCommandData( MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
205 writeLoadCommandData( MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
211 writeLoadCommandData( MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
217 writeLoadCommandData( MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) argument
703 writeFatArch(MachOYAML::FatArch &LC, raw_ostream &OS) argument
[all...]

Completed in 407 milliseconds

123