Macros
bloaty/third_party/abseil-cpp/absl/base/optimization.h File Reference
#include <assert.h>
#include "absl/base/config.h"
Include dependency graph for bloaty/third_party/abseil-cpp/absl/base/optimization.h:

Go to the source code of this file.

Macros

#define ABSL_BLOCK_TAIL_CALL_OPTIMIZATION()   if (volatile int x = 0) { (void)x; }
 
#define ABSL_CACHELINE_ALIGNED
 
#define ABSL_CACHELINE_SIZE   64
 
#define ABSL_INTERNAL_ASSUME(cond)   assert(cond)
 
#define ABSL_INTERNAL_UNIQUE_SMALL_NAME()
 
#define ABSL_PREDICT_FALSE(x)   (x)
 
#define ABSL_PREDICT_TRUE(x)   (x)
 

Macro Definition Documentation

◆ ABSL_BLOCK_TAIL_CALL_OPTIMIZATION

#define ABSL_BLOCK_TAIL_CALL_OPTIMIZATION ( )    if (volatile int x = 0) { (void)x; }

◆ ABSL_CACHELINE_ALIGNED

#define ABSL_CACHELINE_ALIGNED

◆ ABSL_CACHELINE_SIZE

#define ABSL_CACHELINE_SIZE   64

◆ ABSL_INTERNAL_ASSUME

#define ABSL_INTERNAL_ASSUME (   cond)    assert(cond)

◆ ABSL_INTERNAL_UNIQUE_SMALL_NAME

#define ABSL_INTERNAL_UNIQUE_SMALL_NAME ( )

◆ ABSL_PREDICT_FALSE

#define ABSL_PREDICT_FALSE (   x)    (x)

◆ ABSL_PREDICT_TRUE

#define ABSL_PREDICT_TRUE (   x)    (x)


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:24