HomeSort by relevance Sort by last modified time
    Searched refs:BE (Results 251 - 275 of 715) sorted by null

<<11121314151617181920>>

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 10 // This file defines a set of BugReporter "visitors" which can be used to
88 if (const BinaryOperator *BE = dyn_cast<BinaryOperator>(S))
89 return BE->getRHS();
134 /// This visitor is intended to be used when another visitor discovers that an
354 // known to be a null pointer. Instead, start tracking /that/ null
370 // Is it possible for this argument to be non-null?
438 // If we ever directly evaluate global DeclStmts, this assertion will be
440 // initialization that may be for a path-sensitive variable.
504 // If this is a call entry, the variable should be a parameter.
506 // 'this' should never be NULL, but this visitor isn't just for NULL an
    [all...]
BugReporter.cpp 155 /// "interesting stuff" which means it shouldn't be pruned from the parent path.
285 /// Remove all pieces with invalid locations as these cannot be serialized.
615 if (Optional<BlockEdge> BE = P.getAs<BlockEdge>()) {
616 const CFGBlock *Src = BE->getSrc();
617 const CFGBlock *Dst = BE->getDst();
677 // FIXME: Maybe this should be an assertion. Are there cases
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 207 void VisitBlockExpr(BlockExpr *BE);
311 // FIXME: These cases eventually shouldn't be needed.
357 void TransferFunctions::VisitBlockExpr(BlockExpr *BE) {
359 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) {
515 for (CFGBlock::const_iterator bi = block->begin(), be = block->end();
516 bi != be; ++bi) {
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 83 /// instances to be emitted, but only after any dependents have been added
192 // For a surface load of vector size N, the Nth operand will be the surfref
307 // Must be kept in sync with NVPTXInstPrinter::printRegName
674 /* Find out if a global variable can be demoted to local scope.
    [all...]
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 11 // intended to be used by linker to optimize code at link time.
524 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value);
525 AddValueSymbols(BE->getLHS());
526 AddValueSymbols(BE->getRHS());
  /external/boringssl/
rules.mk 9 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
44 # the functions defined in these files exists, the linker will be happy. If
45 # such a path is created, it'll be a link-time error and something more complex
46 # may need to be considered.
76 # BoringSSL expects an STL to be available when building for C++11 to provide
  /external/boringssl/src/util/fipstools/
ar.go 9 // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  /external/curl/packages/vms/
backup_gnv_curl_src.com 8 $! a kit will be packaged with the distribution kit for the binary.
11 $! VMS system to be able to extract ODS-5 filenames and directories.
13 $! The make_pcsi_kit_name.com needs to be run before this procedure to
14 $! properly name the files that will be created.
28 $! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
113 $! There may be a VMS specific source kit
build_curl-config_script.com 13 $! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
build_libcurl_pc.com 15 $! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
pcsi_product_gnv_curl.com 16 $! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 201 "First LGKM operand must be a register!");
314 // The proper solution would be to allocate registers such that all source
362 // be appended after it and we don't know what it will be.
493 // There must be "S_NOP 0" between an instruction writing M0 and S_SENDMSG.
534 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
535 BI != BE; ++BI) {
SIWholeQuadMode.cpp 33 /// instructions, the pass first analyzes which instructions must be run in WQM
42 /// kill hasn't been used), one SGPR can be saved by recovering WQM from
47 /// be done at the entry and exit points rather than potentially in each
154 for (auto BI = MF.begin(), BE = MF.end(); BI != BE; ++BI) {
218 // must themselves be in WQM.
253 // and following them makes no sense (and would in fact be incorrect
268 // The instruction might also be flagged as NeedExact. This happens when
306 // All successors must be prepared to accept the same set of WQM/Exact data.
392 // coalescing or be lowered to SALU or VALU instructions
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 127 // value can never be that constant. In that case replace the incoming
212 /// uselessness of a case could be determined locally then constant propagation
215 /// that cannot fire no matter what the incoming edge can safely be removed. If
216 /// a case fires on every incoming edge then the entire switch can be removed
252 // If this was the first edge to be visited, record that all other edges
272 // The condition can be modified by removePredecessor's PHI simplification
279 // This case always fires. Arrange for the switch to be turned into an
290 // If the switch has been simplified to the point where it can be replaced
388 // TODO: The following really should be sunk inside LVI's core algorithm, or
412 for (BasicBlock::iterator BI = BB.begin(), BE = BB.end(); BI != BE;)
    [all...]
  /external/mesa3d/
Android.common.mk 13 # The above copyright notice and this permission notice shall be included
19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Android.mk 13 # The above copyright notice and this permission notice shall be included
19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24 # BOARD_GPU_DRIVERS should be defined. The valid values are
30 # module will also be built. DRI modules will be loaded by libGLES_mesa.
57 # host and target must be the same arch to generate matypes.h
  /external/mesa3d/src/compiler/
Android.glsl.gen.mk 13 # The above copyright notice and this permission notice shall be included
19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Android.nir.gen.mk 13 # The above copyright notice and this permission notice shall be included
19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /external/mesa3d/src/gallium/
Android.mk 13 # The above copyright notice and this permission notice shall be included
19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /external/mesa3d/src/gallium/targets/dri/
Android.mk 13 # The above copyright notice and this permission notice shall be included
19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /external/mesa3d/src/intel/
Android.isl.mk 11 # The above copyright notice and this permission notice shall be included
17 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /external/mesa3d/src/mesa/
Android.gen.mk 13 # The above copyright notice and this permission notice shall be included
19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  /external/parameter-framework/
Android.mk 15 # may be used to endorse or promote products derived from this software without
21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
XmlGenerator.mk 15 # may be used to endorse or promote products derived from this software without
21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 17 // contributors may be used to endorse or promote products derived from
24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Completed in 1058 milliseconds

<<11121314151617181920>>