Home
last modified time | relevance | path

Searched defs:Cont (Results 1 – 25 of 48) sorted by relevance

12

/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_replace_test.cc177 struct Cont { struct
178 Cont() {} in Cont() function
179 explicit Cont(absl::string_view src) : data(src) {} in Cont() argument
185 absl::string_view get(const Cont& c) { in get() argument
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_replace_test.cc177 struct Cont { struct
178 Cont() {} in Cont() function
179 explicit Cont(absl::string_view src) : data(src) {} in Cont() argument
185 absl::string_view get(const Cont& c) { in get() argument
/external/abseil-cpp/absl/strings/
Dstr_replace_test.cc177 struct Cont { struct
178 Cont() {} in Cont() function
179 explicit Cont(absl::string_view src) : data(src) {} in Cont() function
185 absl::string_view get(const Cont& c) { in get() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_replace_test.cc177 struct Cont { struct
178 Cont() {} in Cont() function
179 explicit Cont(absl::string_view src) : data(src) {} in Cont() function
185 absl::string_view get(const Cont& c) { in get() argument
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_replace_test.cc177 struct Cont { struct
178 Cont() {} in Cont() function
179 explicit Cont(absl::string_view src) : data(src) {} in Cont() function
185 absl::string_view get(const Cont& c) { in get() argument
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_replace_test.cc177 struct Cont { struct
178 Cont() {} in Cont() argument
179 explicit Cont(absl::string_view src) : data(src) {} in Cont() argument
185 absl::string_view get(const Cont& c) { in get() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DContainerModeling.cpp225 for (const auto &Cont : ContMap) { in checkLiveSymbols() local
246 for (const auto &Cont : ContMap) { in checkDeadSymbols() local
303 void ContainerModeling::handleAssignment(CheckerContext &C, SVal Cont, in handleAssignment()
379 void ContainerModeling::handleAssign(CheckerContext &C, SVal Cont, in handleAssign()
393 void ContainerModeling::handleClear(CheckerContext &C, SVal Cont, in handleClear()
422 void ContainerModeling::handlePushBack(CheckerContext &C, SVal Cont, in handlePushBack()
462 void ContainerModeling::handlePopBack(CheckerContext &C, SVal Cont, in handlePopBack()
502 void ContainerModeling::handlePushFront(CheckerContext &C, SVal Cont, in handlePushFront()
537 void ContainerModeling::handlePopFront(CheckerContext &C, SVal Cont, in handlePopFront()
573 void ContainerModeling::handleInsert(CheckerContext &C, SVal Cont, in handleInsert()
[all …]
DIteratorRangeChecker.cpp306 const auto *Cont = Pos.getContainer(); in isPastTheEnd() local
322 const auto *Cont = Pos.getContainer(); in isAheadOfRange() local
338 const auto *Cont = Pos.getContainer(); in isBehindPastTheEnd() local
DDebugContainerModeling.cpp87 const MemRegion *Cont = C.getSVal(CE->getArg(0)).getAsRegion(); in analyzerContainerDataField() local
DIterator.cpp180 const MemRegion *Cont) { in getContainerData()
211 const MemRegion *Cont, const Stmt* S, in createIteratorPosition()
/external/llvm-project/clang/test/Analysis/unified-sources/
Dsource1.cpp13 int testContainerMethodInHeaderFile(ContainerInHeaderFile Cont) { in testContainerMethodInHeaderFile()
Dsource2.cpp23 int testContainerMethodInCodeFile(ContainerInCodeFile Cont) { in testContainerMethodInCodeFile()
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
Ddeduct.pass.cpp113 typedef std::deque<T, A> Cont; in main() typedef
/external/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
Ddeduct.pass.cpp112 typedef std::deque<T, Alloc> Cont; in main() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp471 MachineBasicBlock *Cont = &*Iter; in placeTryMarker() local
662 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs() local
688 MachineBasicBlock *Cont = EndTry->getParent(); in removeUnnecessaryInstrs() local
1032 MachineBasicBlock *Cont = EndTry->getParent(); in fixUnwindMismatches() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp508 MachineBasicBlock *Cont = &*Iter; in placeTryMarker() local
699 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs() local
744 MachineBasicBlock *Cont = EndTry->getParent(); in removeUnnecessaryInstrs() local
1138 MachineBasicBlock *Cont = EndTry->getParent(); in fixUnwindMismatches() local
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp111 BasicBlock *Cont = OldBB->splitBasicBlock(Inst); in emitBranchToTrap() local
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp16 ContinuationRecord Cont; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp16 ContinuationRecord Cont; member
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp128 BasicBlock *Cont = OldBB->splitBasicBlock(SplitI); in insertBoundsCheck() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp128 BasicBlock *Cont = OldBB->splitBasicBlock(SplitI); in insertBoundsCheck() local
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp179 CodeGenFunction::JumpDest Cont; in EmitTryCatchStmt() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp149 CodeGenFunction::JumpDest Cont; in EmitTryCatchStmt() local
/external/clang/test/SemaCXX/
Dfor-range-examples.cpp235 struct Cont { struct
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp623 Error CVTypeDumper::visitListContinuation(ListContinuationRecord &Cont) { in visitListContinuation()

12